--- smsdaemon/Plugin.h 2008/12/07 20:58:41 149 +++ smsdaemon/Plugin.h 2008/12/12 14:06:11 184 @@ -33,6 +33,12 @@ */ virtual std::string GetDescription() {return _description;} + + /* + * A helper plugin is not accessible to the client but can be used to build a proxy / decorater plugin + */ + virtual bool IsHelper() {return false;} + virtual ~Plugin() {} protected: