--- smsdaemon/plugins/ShellExecPlugin.h 2008/06/11 14:25:08 55 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/06/11 15:55:18 56 @@ -8,13 +8,14 @@ class ShellExecPlugin : public Plugin { public: - ShellExecPlugin(std::string pluginCommand, std::string exeCommand); + ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters); virtual void Execute(IGsmModem& modem, SMS& sms); virtual ~ShellExecPlugin() {} private: std::string _exeCommand; + bool _allowParameters; };