/[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 55 by torben, Wed Jun 11 08:25:34 2008 UTC revision 56 by torben, Wed Jun 11 15:55:18 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);          ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters);
12    
13          virtual void Execute(IGsmModem& modem, SMS& sms);          virtual void Execute(IGsmModem& modem, SMS& sms);
14    
15          virtual ~ShellExecPlugin() {}          virtual ~ShellExecPlugin() {}
16  private:  private:
17          std::string _exeCommand;          std::string _exeCommand;
18            bool _allowParameters;
19  };  };
20    
21    

Legend:
Removed from v.55  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.20