--- smsdaemon/Plugin.h 2008/12/12 13:57:10 183 +++ 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: