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

R_algo.cc

Go to the documentation of this file.
00001 #include "R_algo.h"
00002 
00003 RAlgo::RAlgo(TrapperDoc * pDoc_, std::set< db_recno_t >& recnoList, AlgoParam* param) : 
00004     Algo(pDoc_, recnoList, param), 
00005     mal( new MAl_Readonly(2000, recnoList, pDoc_) ) 
00006 {
00007   
00008 }

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