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

Diff of /smsdaemon/plugins/ShellExecPlugin.h

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

revision 106 by torben, Wed Jun 11 15:55:18 2008 UTC revision 107 by torben, Thu Jun 19 14:47:52 2008 UTC
# Line 8  Line 8 
8  class ShellExecPlugin : public Plugin  class ShellExecPlugin : public Plugin
9  {  {
10  public:  public:
11          ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters);          ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput);
12    
13          virtual void Execute(IGsmModem& modem, SMS& sms);          virtual void Execute(IGsmModem& modem, SMS& sms);
14    
# Line 16  public: Line 16  public:
16  private:  private:
17          std::string _exeCommand;          std::string _exeCommand;
18          bool _allowParameters;          bool _allowParameters;
19            bool _returnOutput;
20  };  };
21    
22    

Legend:
Removed from v.106  
changed lines
  Added in v.107

  ViewVC Help
Powered by ViewVC 1.1.20