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

readlistalgo.h

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

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