--- smsdaemon/Common.h 2008/12/23 12:09:08 216 +++ smsdaemon/Common.h 2008/12/23 14:20:43 217 @@ -2,7 +2,6 @@ #define __COMMON_H__ #include -#include //time_t is defines as long int ! //No need to include time.h @@ -48,9 +47,6 @@ void loadConfig(int argc, char* argv[]); - void LoadLists(); //load blacklist & privileged - bool IsBlacklisted(const std::string& phone); - bool IsPrivileged(const std::string& phone); std::string getStatusMessage(); private: @@ -69,11 +65,8 @@ class ConfigFile* _configFile; void printUsage(); - void LoadWorker(std::set& set, std::string config); - std::set _blacklist; - std::set _privileged; };