X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPExport.h;h=5376a050b1c43092d50f99d4106bd9bc2509e1e1;hb=05cb54cb247bda099b1dc9218e3382e79becb40c;hp=09fa129e1922199dd29fde9e2b3ed37d6da63363;hpb=015aa771f0bb34d556efcf94ae51e6cdef5c8047;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h index 09fa129e1..5376a050b 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h @@ -11,17 +11,13 @@ #include -#include - -namespace STEPExport { +#include /// Implementation of the export STEP files algorithms GEOMALGOAPI_EXPORT -bool Export(const std::string& theFileName, - const std::string& theFormatName, - const TopoDS_Shape& theShape, - std::string& theError); - -} // namespace STEPExport +bool STEPExport(const std::string& theFileName, + const std::string& theFormatName, + const std::shared_ptr& theShape, + std::string& theError); #endif /* GEOMALGOAPI_STEPEXPORT_H_ */