Salome HOME
[Code coverage FeaturesPlugin]: Move Fill feature to separate class
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Boolean.h
index 95db064609c677506bd12fb4640afcb6840ad484..618f9e18e9688f168f6e7b4700a4ee4cc492078a 100644 (file)
@@ -59,9 +59,6 @@ public:
   /// \return boolean operation type.
   FEATURESPLUGIN_EXPORT OperationType operationType();
 
-  /// Creates a new part document if needed.
-  FEATURESPLUGIN_EXPORT virtual void execute();
-
   /// Request for initialization of data model of the feature: adding all attributes.
   FEATURESPLUGIN_EXPORT virtual void initAttributes();
 
@@ -70,7 +67,6 @@ protected:
   /// Use plugin manager for features creation.
   FeaturesPlugin_Boolean(const OperationType theOperationType);
 
-private:
   std::shared_ptr<GeomAPI_Shape> getShape(const std::string& theAttrName);
 
   /// Load Naming data structure of the feature to the document