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

dnpsearchalgo.h

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

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