Adding database thread start/stop functions and init.
This commit is contained in:
@@ -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*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user