X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Intersection.h;h=c4a210fc857ae269dacd0f3a2f6eef998333709d;hb=f9426a402de748e9d13085856a7cf72a3659135d;hp=d7672cffba78b0ee880219ca011c0981d261d415;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Intersection.h b/src/FeaturesPlugin/FeaturesPlugin_Intersection.h index d7672cffb..c4a210fc8 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Intersection.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Intersection.h @@ -53,13 +53,6 @@ public: return MY_OBJECT_LIST_ID; } - /// Attribute name of tools. - inline static const std::string& TOOL_LIST_ID() - { - static const std::string MY_TOOL_LIST_ID("tool_objects"); - return MY_TOOL_LIST_ID; - } - /// Returns the kind of a feature. FEATURESPLUGIN_EXPORT virtual const std::string& getKind() { @@ -79,8 +72,7 @@ public: private: /// Load Naming data structure of the feature to the document. void loadNamingDS(std::shared_ptr theResultBody, - const std::shared_ptr theBaseShape, - const ListOfShape& theTools, + const ListOfShape& theObjects, GeomAlgoAPI_MakeShape& theMakeShape); };