--- smsdaemon/SmsDaemon.cpp 2008/12/07 00:59:05 132 +++ smsdaemon/SmsDaemon.cpp 2008/12/07 20:58:41 149 @@ -7,7 +7,7 @@ #include "common.h" -#include "GsmModem.h" +#include "ISmsTransceiver.h" #include "Plugin.h" #include "kbhit.h" @@ -24,7 +24,7 @@ void SmsDaemon::CreateLogMessage(SMS& sms,bool hasPlugin) { ostringstream os; - os << "Recieved sms from " << sms.sender << " ; command=" << GetSmsCommand(sms); + os << "Recieved sms from " << sms.GetSender() << " ; command=" << sms.ExtractCommand(); if (!hasPlugin) os << " -- PLUGIN NOT FOUND"; @@ -49,7 +49,7 @@ for (unsigned int i=0; ismsCounter.incomming++; } }