--- smsdaemon/plugins/EchoPlugin.cpp 2008/12/07 20:18:20 148 +++ smsdaemon/plugins/EchoPlugin.cpp 2008/12/07 20:58:41 149 @@ -1,5 +1,5 @@ #include "EchoPlugin.h" -#include "IGsmModem.h" +#include "ISmsTransceiver.h" #include "Sms.h" EchoPlugin::EchoPlugin() @@ -7,7 +7,7 @@ { } -void EchoPlugin::Execute(IGsmModem& modem, SMS& sms) +void EchoPlugin::Execute(ISmsTransceiver& modem, SMS& sms) { modem.SendSms(sms.GetSender(), sms.ExtractParameters(), false ); }