--- smsdaemon/plugins/ShellExecPlugin.h 2008/06/19 14:47:52 107 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/12/19 22:29:25 205 @@ -3,14 +3,14 @@ #include "Plugin.h" - +#include class ShellExecPlugin : public Plugin { public: - ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput); + ShellExecPlugin(std::map args); - virtual void Execute(IGsmModem& modem, SMS& sms); + virtual void Execute(ISmsTransceiver& modem, SMS& sms); virtual ~ShellExecPlugin() {} private: