X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPImport.h;h=6afbdf0cad1d1c830fe72af945630c70723455a9;hb=1834431e0e067cbb4616f42679562d56af528f5e;hp=e8db4b55603d6cf2169fe0eaa2dae285a369dda4;hpb=cb668a73b1f747be04e09968f1789ab779b2ca45;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h index e8db4b556..6afbdf0ca 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h @@ -18,10 +18,11 @@ namespace BREPImport { +/// Implementation of the import BREP files algorithms GEOMALGOAPI_EXPORT TopoDS_Shape Import(const TCollection_AsciiString& theFileName, const TCollection_AsciiString& theFormatName, - TCollection_AsciiString& theError, const TDF_Label&); + TCollection_AsciiString& theError); }