/[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 85 by torben, Thu Jun 12 12:43:29 2008 UTC revision 86 by torben, Mon Jun 16 07:39:56 2008 UTC
# Line 27  void ShellExecPlugin::Execute(IGsmModem& Line 27  void ShellExecPlugin::Execute(IGsmModem&
27                  command += " ";                  command += " ";
28                  command += parameters;                  command += parameters;
29          }          }
30          int retval = ::system( command.c_str()  );          int retval = Util::my_system( command.c_str()  );
31    
32          std::string message;          std::string message;
33          if (retval == -1)          if (retval == -1)

Legend:
Removed from v.85  
changed lines
  Added in v.86

  ViewVC Help
Powered by ViewVC 1.1.20