--- smsdaemon/SmsDaemon.h 2008/12/18 06:53:29 196 +++ smsdaemon/SmsDaemon.h 2010/04/27 20:07:12 675 @@ -3,10 +3,12 @@ #include "ISmsTransceiver.h" + #include #include class SMS; +class EmbeddedHttp; class SmsDaemon { @@ -24,8 +26,11 @@ void MainLoop(); + void ReloadConfig(); + ISmsTransceiver& _modem; timeval _lastSmsCheck; + EmbeddedHttp* embeddedHttp; };