Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / STEPPlugin / STEPPlugin_IECallBack.hxx
index 3f961d8bcb286cfaaac04820b8e9b297e3a4c40b..71c55f45602702c6ca73f14f6c73d8ce9a4e6898 100644 (file)
@@ -36,17 +36,14 @@ public:
   STEPPlugin_IECallBack();
   ~STEPPlugin_IECallBack();
   
-  bool         Export( int                            theDocId,
-                      const Handle(GEOM_Object)      theOriginal,
+  bool Export( const Handle(GEOM_Object)      theOriginal,
                       const TCollection_AsciiString& theFileName,
                       const TCollection_AsciiString& theFormatName );
 
-  Handle(TColStd_HSequenceOfTransient) Import( int                            theDocId,
-                                              const TCollection_AsciiString& theFormatName,
-                                              const TCollection_AsciiString& theFileName );
+  Handle(TColStd_HSequenceOfTransient) Import( const TCollection_AsciiString& theFormatName,
+                                               const TCollection_AsciiString& theFileName );
 
-  TCollection_AsciiString  ReadValue( int                            theDocId,
-                                     const TCollection_AsciiString& theFileName,
+  TCollection_AsciiString  ReadValue( const TCollection_AsciiString& theFileName,
                                       const TCollection_AsciiString& theFormatName,
                                       const TCollection_AsciiString& theParameterName );
 };