Multi-study removal completion

This commit is contained in:
rnv 2019-04-15 14:07:57 +03:00
parent 485d7cea0a
commit 6c6056e4f4
4 changed files with 4 additions and 4 deletions

View File

@ -721,7 +721,7 @@ CORBA::Boolean GEOM_Gen_i::LoadASCII(SALOMEDS::SComponent_ptr theComponent,
// function : Close() // function : Close()
// purpose : // purpose :
//============================================================================ //============================================================================
void GEOM_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent) void GEOM_Gen_i::Close()
{ {
_impl->Close(); _impl->Close();
} }

View File

@ -134,7 +134,7 @@ class GEOM_I_EXPORT GEOM_Gen_i: virtual public POA_GEOM::GEOM_Gen, virtual publi
const char* theURL, const char* theURL,
bool isMultiFile); bool isMultiFile);
void Close(SALOMEDS::SComponent_ptr theComponent); void Close();
char* ComponentDataType(); char* ComponentDataType();

View File

@ -467,7 +467,7 @@ CORBA::Boolean GEOM_Superv_i::LoadASCII(SALOMEDS::SComponent_ptr theComponent,
// function : Close() // function : Close()
// purpose : // purpose :
//============================================================================ //============================================================================
void GEOM_Superv_i::Close(SALOMEDS::SComponent_ptr theComponent) void GEOM_Superv_i::Close()
{ {
} }

View File

@ -124,7 +124,7 @@ public:
const char* theURL, const char* theURL,
CORBA::Boolean isMultiFile); CORBA::Boolean isMultiFile);
void Close(SALOMEDS::SComponent_ptr theComponent); void Close();
char* ComponentDataType(); char* ComponentDataType();