Tweaks to the AutoSocket code.

This commit is contained in:
JoelKatz
2013-01-24 15:25:14 -08:00
parent a1a31bceff
commit 802f357ff1
2 changed files with 19 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
SETUP_LOG();
LogPartition TaggedCachePartition("TaggedCache");
LogPartition AutoSocketPartition("AutoSocket");
Application* theApp = NULL;
DatabaseCon::DatabaseCon(const std::string& strName, const char *initStrings[], int initCount)