--- smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/18 06:47:26 195 +++ smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/18 06:53:29 196 @@ -5,10 +5,10 @@ #include "Util.h" ShellExecPlugin::ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput) - : Plugin(pluginCommand, std::string("ShellExec: ")+exeCommand ), - _exeCommand(exeCommand), - _allowParameters(allowParameters), - _returnOutput(returnOutput) + : Plugin(pluginCommand, std::string("ShellExec: ")+exeCommand ), + _exeCommand(exeCommand), + _allowParameters(allowParameters), + _returnOutput(returnOutput) { } @@ -47,6 +47,6 @@ else message = "OK"; } - + modem.SendSms(sms.GetSender(), message, false ); }