Salome HOME
A fix for the next case:
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPImport.h
index 6cb5df61c14c659ffad1ec1ce20203f8eafca67a..5955ddbf11a13792b62f84379e769d476fd06cda 100644 (file)
@@ -7,6 +7,9 @@
  *      Author: sbh
  */
 
+#ifndef GEOMALGOAPI_STEPIMPORT_H_
+#define GEOMALGOAPI_STEPIMPORT_H_
+
 #include <GeomAlgoAPI.h>
 
 #include <TCollection_AsciiString.hxx>
 
 namespace STEPImport {
 
+/// Implementation of the import parameter from the STEP file
 GEOMALGOAPI_EXPORT
 Handle(TCollection_HAsciiString) GetValue(const TCollection_AsciiString& theFileName,
                                           const TCollection_AsciiString& theParameterName,
                                           TCollection_AsciiString& theError);
+
+/// Implementation of the import STEP files algorithms
 GEOMALGOAPI_EXPORT
 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
-                    const TCollection_AsciiString& theFormatName, TCollection_AsciiString& theError,
-                    const TDF_Label& theShapeLabel);
+                    const TCollection_AsciiString& theFormatName,
+                    TCollection_AsciiString& theError);
 }
+
+#endif /* GEOMALGOAPI_STEPIMPORT_H_ */