/[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 204 by torben, Sun Dec 7 20:58:41 2008 UTC revision 205 by torben, Fri Dec 19 22:29:25 2008 UTC
# Line 3  Line 3 
3    
4    
5  #include "Plugin.h"  #include "Plugin.h"
6    #include <map>
7    
8  class ShellExecPlugin : public Plugin  class ShellExecPlugin : public Plugin
9  {  {
10  public:  public:
11          ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput);          ShellExecPlugin(std::map<std::string,std::string> args);
12    
13          virtual void Execute(ISmsTransceiver& modem, SMS& sms);          virtual void Execute(ISmsTransceiver& modem, SMS& sms);
14    

Legend:
Removed from v.204  
changed lines
  Added in v.205

  ViewVC Help
Powered by ViewVC 1.1.20