Home
last modified time | relevance | path

Searched refs:ServerDBInterface (Results 1 – 14 of 14) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/db/common/
H A Dserverdbinterface.cpp35 ServerDBInterface::~ServerDBInterface() in ~ServerDBInterface()
H A Dserverdbfactorygeneric.cpp44 boost::shared_ptr<ServerDBInterface>
47 return boost::shared_ptr<ServerDBInterface>(new ServerDBGeneric(cb, ioService)); in CreateServerDBObject()
/dports/games/pokerth/pokerth-1.1.2-rc/src/dbofficial/
H A Dserverdbfactoryinternal.cpp44 boost::shared_ptr<ServerDBInterface>
47 return boost::shared_ptr<ServerDBInterface>(new ServerDBThread(cb, ioService)); in CreateServerDBObject()
H A Dserverdbfactoryinternal.h47 virtual boost::shared_ptr<ServerDBInterface> CreateServerDBObject(
H A Dserverdbthread.h48 class ServerDBThread : public ServerDBInterface, public Thread, public boost::enable_shared_from_th…
/dports/games/pokerth/pokerth-1.1.2-rc/src/db/
H A Dserverdbinterface.h42 class ServerDBInterface
45 virtual ~ServerDBInterface();
H A Dserverdbfactory.h46 virtual boost::shared_ptr<ServerDBInterface> CreateServerDBObject(
H A Dserverdbfactorygeneric.h47 virtual boost::shared_ptr<ServerDBInterface> CreateServerDBObject(
H A Dserverdbnoaction.h39 class ServerDBNoAction : public ServerDBInterface
H A Dserverdbgeneric.h41 class ServerDBGeneric : public ServerDBInterface
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dservergame.h49 class ServerDBInterface; variable
196 ServerDBInterface &GetDatabase();
231 boost::shared_ptr<ServerDBInterface> m_database;
H A Dserverlobbythread.h59 class ServerDBInterface; variable
129 boost::shared_ptr<ServerDBInterface> GetDatabase();
270 boost::shared_ptr<ServerDBInterface> m_database;
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergame.cpp1046 ServerDBInterface &
H A Dserverlobbythread.cpp809 boost::shared_ptr<ServerDBInterface>