mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
initial commit for connection pools
This commit is contained in:
7
common/server_database_interface.cpp
Normal file
7
common/server_database_interface.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "server_database_interface.h"
|
||||
|
||||
Server_DatabaseInterface::Server_DatabaseInterface()
|
||||
: nextGameId(0),
|
||||
nextReplayId(0)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user