db/DBInit.h

00001 #ifndef _DBINIT_H_
00002 #define _DBINIT_H_
00003 
00004 #include "DBConnection.h"
00005 #include "../configObjects/ConfigObject.h"
00006 
00007 class DBInit{
00008  public:
00009   static void init();
00010   static void terminate();
00011  private:
00017   static void getDbConfiguration(std::string &login, std::string &passwd, std::string &path);
00018 };
00019 
00020 #endif

Generated on Tue Feb 28 15:35:34 2012 for ILCConfigurationDB by  doxygen 1.4.7