--- smsdaemon/Common.cpp 2008/12/18 06:53:29 196 +++ smsdaemon/Common.cpp 2008/12/23 14:20:43 217 @@ -13,6 +13,8 @@ #include "TaskManager.h" #include "PluginManager.h" #include "ConfigFile.h" +#include "Util.h" +#include "Logger.h" using namespace std; @@ -32,6 +34,7 @@ _configFile = new ConfigFile(); daemonized = false; + reloadConfig = false; } @@ -138,3 +141,4 @@ return out.str(); } +