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

Diff of /smsdaemon/Plugin.h

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

revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC revision 184 by torben, Fri Dec 12 14:06:11 2008 UTC
# Line 33  public: Line 33  public:
33           */           */
34          virtual std::string GetDescription() {return _description;}          virtual std::string GetDescription() {return _description;}
35    
36    
37            /*
38         *  A helper plugin is not accessible to the client but can be used to build a proxy / decorater plugin
39         */
40            virtual bool IsHelper() {return false;}
41    
42          virtual ~Plugin() {}          virtual ~Plugin() {}
43  protected:  protected:
44    

Legend:
Removed from v.149  
changed lines
  Added in v.184

  ViewVC Help
Powered by ViewVC 1.1.20