--- smsdaemon/TaskManager.cpp 2008/12/07 00:59:05 132 +++ smsdaemon/TaskManager.cpp 2008/12/07 20:58:41 149 @@ -64,7 +64,7 @@ } -void TaskManager::ExecuteTasks(IGsmModem& modem) +void TaskManager::ExecuteTasks(ISmsTransceiver& modem) { const int SLEEP_TIME = 10; //wait at least 10 seconds between executions int now = time(0);