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

dnpalgo.h

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

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