findtaginfoalgo.h

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

Generated on Fri Jul 17 20:19:29 2009 for ngsview by  doxygen 1.5.1