--- smsdaemon/plugins/ShellExecPlugin.h 2008/12/19 07:33:01 204 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/12/19 22:29:25 205 @@ -3,12 +3,12 @@ #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(ISmsTransceiver& modem, SMS& sms);