Adding database thread start/stop functions and init.

This commit is contained in:
lotodore
2009-09-26 22:10:43 +00:00
parent 9e6ca8cd66
commit d0d831a4f6
4 changed files with 21 additions and 0 deletions
+10
View File
@@ -38,6 +38,16 @@ ServerDBGeneric::Init(const string &/*host*/, const string &/*user*/, const stri
{
}
void
ServerDBGeneric::Start()
{
}
void
ServerDBGeneric::Stop()
{
}
void
ServerDBGeneric::AsyncPlayerLogin(unsigned requestId, const string &/*playerName*/, const string &/*secretString*/)
{