X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPImport.h;h=b206962cbcabd70ea31ad4a1a1397ccccb5fd1e7;hb=b2a662eec6a0258d51a67ee7e341541e7a710752;hp=adf7c2f184bec5f1f9fad19dc74a746180d5b74f;hpb=0479361746467f244b7ccfd1d25443677bdea8a6;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h index adf7c2f18..b206962cb 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h @@ -1,11 +1,9 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_STEPImport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_STEPImport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH + #ifndef GEOMALGOAPI_STEPIMPORT_H_ #define GEOMALGOAPI_STEPIMPORT_H_ @@ -14,12 +12,12 @@ #include -#include +#include /// Implementation of the import STEP files algorithms GEOMALGOAPI_EXPORT -TopoDS_Shape STEPImport(const std::string& theFileName, - const std::string& theFormatName, - std::string& theError); +std::shared_ptr STEPImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_STEPIMPORT_H_ */