Cleaned up Main initialization handling. This will need to be refactored into a builder class.

This commit is contained in:
emb
2015-01-01 13:29:23 -06:00
parent f83fc56c5f
commit 174ea4f4f9
5 changed files with 73 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
class DB
{
public:
DB();
DB(std::string dbFile);
bool Initialize();
void DeInitialize();
virtual ~DB();