--- smsdaemon/plugins/ShellExecPlugin.h 2008/12/07 20:18:20 148 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/12/07 20:58:41 149 @@ -10,7 +10,7 @@ public: ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput); - virtual void Execute(IGsmModem& modem, SMS& sms); + virtual void Execute(ISmsTransceiver& modem, SMS& sms); virtual ~ShellExecPlugin() {} private: