]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Boolean.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Boolean.h
index 0fdeb6baeee7901f36a0b3babea4c798687c32f2..021b99da602c34a0904831825132345db713e93f 100644 (file)
@@ -39,8 +39,8 @@ class FeaturesPlugin_Boolean : public ModelAPI_Feature
   }
 
   enum {
-    BOOL_FUSE,
        BOOL_CUT,
+       BOOL_FUSE,
     BOOL_COMMON
   };
 
@@ -62,13 +62,13 @@ class FeaturesPlugin_Boolean : public ModelAPI_Feature
   FeaturesPlugin_Boolean();
 
 private:
-  boost::shared_ptr<GeomAPI_Shape> getShape(const std::string& theAttrName);
+  std::shared_ptr<GeomAPI_Shape> getShape(const std::string& theAttrName);
   
   /// Load Naming data structure of the feature to the document
   void LoadNamingDS(GeomAlgoAPI_Boolean* theFeature, 
-                                       boost::shared_ptr<ModelAPI_ResultBody> theResultBody,
-                       boost::shared_ptr<GeomAPI_Shape> theObject,
-                       boost::shared_ptr<GeomAPI_Shape> theTool,
+                                       std::shared_ptr<ModelAPI_ResultBody> theResultBody,
+                       std::shared_ptr<GeomAPI_Shape> theObject,
+                       std::shared_ptr<GeomAPI_Shape> theTool,
                                        int theType);
 };