Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by nikolas, Thu Feb 19 16:50:36 2009 UTC | revision 1.5 by pam-rm2, Fri Jun 12 18:39:19 2009 UTC | |
|---|---|---|
| # | Line 2 | Line 2 |
| 2 | #define PAMVMCSQLMGR_H | #define PAMVMCSQLMGR_H |
| 3 | #include <iostream> | #include <iostream> |
| 4 | ||
| 5 | #include "GLTables.h" | #include <GLTables.h> |
| 6 | #include "TString.h" | #include "TString.h" |
| 7 | #include <TSQLServer.h> | #include <TSQLServer.h> |
| 8 | #include <TSystem.h> | #include <TSystem.h> |
| # | Line 30 class PamVMCSQLMgr: public TObject { | Line 30 class PamVMCSQLMgr: public TObject { |
| 30 | ||
| 31 | public: | public: |
| 32 | ||
| 33 | ~PamVMCSQLMgr(){ | virtual ~PamVMCSQLMgr(){ |
| 34 | delete fdbc; | delete fdbc; |
| 35 | delete fglt; | delete fglt; |
| 36 | delete fglparam; | delete fglparam; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |