Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefList.h
index d8edfe8d0bfdb1a4d8411512cc6b1823e3fdabda..513404266b2a48278cd4b1dc306e1ccac4914564 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_AttributeRefList.h
 // Created:     8 May 2014
 // Author:      Mikhail PONIKAROV
@@ -51,6 +53,6 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute
   }
 };
 
-typedef boost::shared_ptr<ModelAPI_AttributeRefList> AttributeRefListPtr;
+typedef std::shared_ptr<ModelAPI_AttributeRefList> AttributeRefListPtr;
 
 #endif