Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

printalgo.h

Go to the documentation of this file.
00001 #ifndef TRAPPER_PRINTALGO_H
00002 #define TRAPPER_PRINTALGO_H
00003 
00004  
00005 
00006 #include "RW_algo.h"
00007 
00008 class PrintAlgo : public RWAlgo
00009 {
00010 public:
00011   PrintAlgo(TrapperDoc * pDoc_, std::set< db_recno_t >& recnoList, AlgoParam* param) : 
00012     RWAlgo(pDoc_, recnoList, param) {}
00013   
00014   void start();
00015   
00016 };
00017 
00018 #endif //TRAPPER_PRINTALGO_H

Generated on Fri Mar 17 17:44:24 2006 for trapper by  doxygen 1.4.4