]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Multi-study removal completion rnv/multy_study_completion
authorrnv <rnv@opencascade.com>
Mon, 15 Apr 2019 11:07:57 +0000 (14:07 +0300)
committerrnv <rnv@opencascade.com>
Mon, 15 Apr 2019 11:07:57 +0000 (14:07 +0300)
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_Gen_i.hh
src/GEOM_I_Superv/GEOM_Superv_i.cc
src/GEOM_I_Superv/GEOM_Superv_i.hh

index e18a02caa7c18e2528de4691b17b20eb6800977a..f28c0cc325920ab1bca66987541947f51ff19f75 100644 (file)
@@ -721,7 +721,7 @@ CORBA::Boolean GEOM_Gen_i::LoadASCII(SALOMEDS::SComponent_ptr theComponent,
 // function : Close()
 // purpose  :
 //============================================================================
-void GEOM_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent)
+void GEOM_Gen_i::Close()
 {
   _impl->Close();
 }
index 6178a4847da06f9d994fee96a325c866e036b65e..2a94c19446b96a068e6fe7d5ece2d2398b88c771 100644 (file)
@@ -134,7 +134,7 @@ class GEOM_I_EXPORT GEOM_Gen_i: virtual public POA_GEOM::GEOM_Gen, virtual publi
                            const char* theURL,
                            bool isMultiFile);
 
-  void Close(SALOMEDS::SComponent_ptr theComponent);
+  void Close();
   char* ComponentDataType();
 
 
index c17d8e61edc17cbf9df34f461ddf0795afa3513b..d56f1add08c0b634a51df05c31da674192f0a7fd 100644 (file)
@@ -467,7 +467,7 @@ CORBA::Boolean GEOM_Superv_i::LoadASCII(SALOMEDS::SComponent_ptr theComponent,
 // function : Close()
 // purpose  :
 //============================================================================
-void GEOM_Superv_i::Close(SALOMEDS::SComponent_ptr theComponent)
+void GEOM_Superv_i::Close()
 {
 }
 
index ee0838937298e41b2d913b4bc5c2f3e8cf8d6fa6..421476198dc3695abc32db060c25d3a322b7e7f8 100644 (file)
@@ -124,7 +124,7 @@ public:
                            const char* theURL,
                            CORBA::Boolean isMultiFile);
 
-  void Close(SALOMEDS::SComponent_ptr theComponent);
+  void Close();
   char* ComponentDataType();