--- smsdaemon/plugins/ShellExecPlugin.cpp 2008/06/11 06:46:14 43 +++ smsdaemon/plugins/ShellExecPlugin.cpp 2008/06/11 08:25:34 44 @@ -9,7 +9,7 @@ { } -void ShellExecPlugin::Execute(GsmModem& modem, SMS& sms) +void ShellExecPlugin::Execute(IGsmModem& modem, SMS& sms) { std::string parameters = GetSmsData(sms); parameters = Util::str_replace(parameters,";");