X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPExport.h;h=79f3d99b68ea0edb0193c3e413b083cc17e45587;hb=d8101383b10bf780a1acf5a356007ad6dbf17711;hp=2b51e43f7522ae7c61da8e9751f29d42b469297c;hpb=015aa771f0bb34d556efcf94ae51e6cdef5c8047;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h index 2b51e43f7..79f3d99b6 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h @@ -11,17 +11,13 @@ #include -#include - -namespace BREPExport { +#include /// Implementation of the export BREP files algorithms GEOMALGOAPI_EXPORT -bool Export(const std::string& theFileName, - const std::string& theFormatName, - const TopoDS_Shape& theShape, - std::string& theError); - -} // namespace BREPExport +bool BREPExport(const std::string& theFileName, + const std::string& theFormatName, + const std::shared_ptr& theShape, + std::string& theError); #endif /* GEOMALGOAPI_BREPEXPORT_H_ */