--- smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/07 20:18:20 148 +++ smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/07 20:58:41 149 @@ -1,5 +1,5 @@ #include "ShellExecPlugin.h" -#include "IGsmModem.h" +#include "ISmsTransceiver.h" #include "Sms.h" #include "util.h" @@ -12,7 +12,7 @@ { } -void ShellExecPlugin::Execute(IGsmModem& modem, SMS& sms) +void ShellExecPlugin::Execute(ISmsTransceiver& modem, SMS& sms) { std::string command = _exeCommand;