mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Multi-study removal completion
This commit is contained in:
parent
485d7cea0a
commit
6c6056e4f4
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
|
||||
|
||||
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -124,7 +124,7 @@ public:
|
||||
const char* theURL,
|
||||
CORBA::Boolean isMultiFile);
|
||||
|
||||
void Close(SALOMEDS::SComponent_ptr theComponent);
|
||||
void Close();
|
||||
char* ComponentDataType();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user