Searched refs:ServerDBInterface (Results 1 – 14 of 14) sorted by relevance
35 ServerDBInterface::~ServerDBInterface() in ~ServerDBInterface()
44 boost::shared_ptr<ServerDBInterface>47 return boost::shared_ptr<ServerDBInterface>(new ServerDBGeneric(cb, ioService)); in CreateServerDBObject()
44 boost::shared_ptr<ServerDBInterface>47 return boost::shared_ptr<ServerDBInterface>(new ServerDBThread(cb, ioService)); in CreateServerDBObject()
47 virtual boost::shared_ptr<ServerDBInterface> CreateServerDBObject(
48 class ServerDBThread : public ServerDBInterface, public Thread, public boost::enable_shared_from_th…
42 class ServerDBInterface45 virtual ~ServerDBInterface();
46 virtual boost::shared_ptr<ServerDBInterface> CreateServerDBObject(
39 class ServerDBNoAction : public ServerDBInterface
41 class ServerDBGeneric : public ServerDBInterface
49 class ServerDBInterface; variable196 ServerDBInterface &GetDatabase();231 boost::shared_ptr<ServerDBInterface> m_database;
59 class ServerDBInterface; variable129 boost::shared_ptr<ServerDBInterface> GetDatabase();270 boost::shared_ptr<ServerDBInterface> m_database;
1046 ServerDBInterface &
809 boost::shared_ptr<ServerDBInterface>