Salome HOME
Allows to append the naming name in the group.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeBoolean.h
index cf431322bf298de5b87f8aea74aa707746ad4c43..d7b9bac82db182c08b7b17aa23012445f6fd193d 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_AttributeBoolean.h
 // Created:     2 june 2014
 // Author:      Vitaly Smetannikov
@@ -45,6 +47,6 @@ class ModelAPI_AttributeBoolean : public ModelAPI_Attribute
   }
 };
 
-typedef boost::shared_ptr<ModelAPI_AttributeBoolean> AttributeBooleanPtr;
+typedef std::shared_ptr<ModelAPI_AttributeBoolean> AttributeBooleanPtr;
 
 #endif