HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoDbMgr.h
Go to the documentation of this file.
1 #ifndef HARPODBMGR_H
2 #define HARPODBMGR_H
3 //
5 // HarpoDbMgr
6 //
8 
9 class HarpoDbMgr
10 {
11 public:
12  HarpoDbMgr();
13  virtual ~HarpoDbMgr();
14 
15 protected:
16 
17 private:
18 
19 };
20 
21 #endif // HARPODBMGR_H
22 // Local Variables:
23 // mode: c++
24 // End:
HarpoDbMgr()
A class HarpoDbMgr.
Definition: HarpoDbMgr.cxx:13
virtual ~HarpoDbMgr()
Definition: HarpoDbMgr.cxx:19