/[projects]/smsdaemon/plugins/ShellExecPlugin.cpp
ViewVC logotype

Diff of /smsdaemon/plugins/ShellExecPlugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by torben, Tue Jun 10 20:25:15 2008 UTC revision 44 by torben, Wed Jun 11 08:25:34 2008 UTC
# Line 9  ShellExecPlugin::ShellExecPlugin(std::st Line 9  ShellExecPlugin::ShellExecPlugin(std::st
9  {  {
10  }  }
11    
12  void ShellExecPlugin::Execute(GsmModem& modem, SMS& sms)  void ShellExecPlugin::Execute(IGsmModem& modem, SMS& sms)
13  {  {
14          std::string parameters = GetSmsData(sms);          std::string parameters = GetSmsData(sms);
15          parameters = Util::str_replace(parameters,";");          parameters = Util::str_replace(parameters,";");

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.20