X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParametersPlugin%2FParametersPlugin_Plugin.h;h=280f00903ee9f38e2e46974f3a4f72abd53e73f9;hb=de596ab18a7a14ffd7d82ed9e35b1fa53dc3e756;hp=d82198f60ed0db673ba03da83f1d0f8cc9e7c157;hpb=9b6fa5ea0662642f58e278af3798f4dc9ddd0acf;p=modules%2Fshaper.git diff --git a/src/ParametersPlugin/ParametersPlugin_Plugin.h b/src/ParametersPlugin/ParametersPlugin_Plugin.h index d82198f60..280f00903 100644 --- a/src/ParametersPlugin/ParametersPlugin_Plugin.h +++ b/src/ParametersPlugin/ParametersPlugin_Plugin.h @@ -4,20 +4,24 @@ #define PARAMETERSPLUGIN_PLUGIN_H_ #include +#include + #include #include /**\class ParametersPlugin_Plugin * TODO: Add documentation */ -class PARAMETERSPLUGIN_EXPORT ParametersPlugin_Plugin : public ModelAPI_Plugin +class ParametersPlugin_Plugin : public ModelAPI_Plugin { public: /// Creates the feature object of this plugin by the feature string ID - virtual FeaturePtr createFeature(std::string theFeatureID); + PARAMETERSPLUGIN_EXPORT virtual FeaturePtr createFeature(std::string theFeatureID); public: ParametersPlugin_Plugin(); + + std::shared_ptr myEvalListener; }; #endif