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

destroyer.h

Go to the documentation of this file.
00001 #ifndef TRAPPER_DESTROYER_H
00002 #define TRAPPER_DESTROYER_H
00003 
00004 #include "trapperdoc.h"
00005 #include <db_cxx.h>
00006 #include <list>
00007 #include <string>
00008 
00009 class Destroyer
00010 {
00011 public:
00012   Destroyer( TrapperDoc* doc_ );
00013   
00014   void destroy(db_recno_t recno);
00015 
00016 private:
00017   TrapperDoc* doc;
00018   std::list<std::string> types;
00019   
00020 };
00021 
00022 #endif //TRAPPER_DESTROYER_H

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