--- smsdaemon/plugins/ShellExecPlugin.h 2008/06/17 17:56:45 106 +++ smsdaemon/plugins/ShellExecPlugin.h 2008/06/19 14:47:52 107 @@ -8,7 +8,7 @@ class ShellExecPlugin : public Plugin { public: - ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters); + ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput); virtual void Execute(IGsmModem& modem, SMS& sms); @@ -16,6 +16,7 @@ private: std::string _exeCommand; bool _allowParameters; + bool _returnOutput; };