mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-08 13:37:27 +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()
|
// function : Close()
|
||||||
// purpose :
|
// purpose :
|
||||||
//============================================================================
|
//============================================================================
|
||||||
void GEOM_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent)
|
void GEOM_Gen_i::Close()
|
||||||
{
|
{
|
||||||
_impl->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,
|
const char* theURL,
|
||||||
bool isMultiFile);
|
bool isMultiFile);
|
||||||
|
|
||||||
void Close(SALOMEDS::SComponent_ptr theComponent);
|
void Close();
|
||||||
char* ComponentDataType();
|
char* ComponentDataType();
|
||||||
|
|
||||||
|
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user