/[projects]/smsdaemon/Plugin.h
ViewVC logotype

Diff of /smsdaemon/Plugin.h

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

revision 30 by torben, Mon Jun 9 21:56:47 2008 UTC revision 44 by torben, Wed Jun 11 08:25:34 2008 UTC
# Line 9  Line 9 
9    
10  #include "Sms.h"  #include "Sms.h"
11    
12  class GsmModem;  class IGsmModem;
13    
14  class Plugin  class Plugin
15  {  {
# Line 21  public: Line 21  public:
21           * Note: the plugin is responsible for parsing and validating the arguments,           * Note: the plugin is responsible for parsing and validating the arguments,
22           * and if necessary write a error message back to the user.           * and if necessary write a error message back to the user.
23           */           */
24          virtual void Execute(GsmModem& modem, SMS& sms) = 0;          virtual void Execute(IGsmModem& modem, SMS& sms) = 0;
25    
26          /*          /*
27           * returns the command that triggers this plugin, for example:  "myplugin"           * returns the command that triggers this plugin, for example:  "myplugin"

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

  ViewVC Help
Powered by ViewVC 1.1.20