--- smsdaemon/plugins/ShellExecPlugin.h 2008/06/11 06:46:14 43 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/06/11 08:25:34 44 @@ -10,7 +10,7 @@ public: ShellExecPlugin(std::string pluginCommand, std::string exeCommand); - virtual void Execute(GsmModem& modem, SMS& sms); + virtual void Execute(IGsmModem& modem, SMS& sms); virtual ~ShellExecPlugin() {} private: