X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_IGESExport.h;h=62781d9ea4ee346b8f64c9fc40f9cca6bcd17c4f;hb=2e672b9dcc8e975fa44f6bd687a47a298b152826;hp=a583ae804b8acf481e2fe696ddd4627f86df4d69;hpb=015aa771f0bb34d556efcf94ae51e6cdef5c8047;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h index a583ae804..62781d9ea 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h @@ -11,17 +11,13 @@ #include -#include - -namespace IGESExport { +#include /// Implementation of the export IGES files algorithms GEOMALGOAPI_EXPORT -bool Export(const std::string& theFileName, - const std::string& theFormatName, - const TopoDS_Shape& theShape, - std::string& theError); - -} // namespace IGESExport +bool IGESExport(const std::string& theFileName, + const std::string& theFormatName, + const std::shared_ptr& theShape, + std::string& theError); #endif /* GEOMALGOAPI_IGESEXPORT_H_ */