--- smsdaemon/SmsDaemon.h 2008/12/07 20:58:41 149 +++ smsdaemon/SmsDaemon.h 2008/12/21 18:41:08 208 @@ -12,7 +12,7 @@ { public: SmsDaemon(ISmsTransceiver& modem) - : _modem(modem) {} + : _modem(modem) {} void Start(); @@ -24,6 +24,8 @@ void MainLoop(); + void ReloadConfig(); + ISmsTransceiver& _modem; timeval _lastSmsCheck; };