Salome HOME
Example "PythonFeatures" plugin removed
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index f4fc0ebf0152579ea1da16e08680a2ce4f6f3518..3804c3c0673f05c12e4ed3c8150f32c90877b1be 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_Tools.h
 // Created:     06 Aug 2014
 // Author:      Vitaly Smetannikov
 #include <ModelAPI_Result.h>
 #include <GeomAPI_Shape.h>
 
-namespace ModelAPI_Tools 
-{
-  /// Returns shape from the given Result object
-  MODELAPI_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
-};
+namespace ModelAPI_Tools {
+/// Returns shape from the given Result object
+MODELAPI_EXPORT std::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
+}
+;
 
-#endif
\ No newline at end of file
+#endif