4 #include "DBServer_MySQL.h"
5 #include "SMInterface.h"
6 #include "SharedMemory.h"
15 const std::string& prefix =
"dbserver" );
21 const std::string& prefix =
"dbserver" );
24 static void help_print(
int argc,
const char*
const* argv );
29 virtual void initDB(DBInterface* db);
38 PassiveTimer ptHeartBeat;
41 IOController::IOStateList::iterator aitHeartBeat;
44 std::string db_locale;
48 #endif // _SMDBServer_H_