// function : Close()
// purpose :
//============================================================================
-void GEOM_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent)
+void GEOM_Gen_i::Close()
{
_impl->Close();
}
const char* theURL,
bool isMultiFile);
- void Close(SALOMEDS::SComponent_ptr theComponent);
+ void Close();
char* ComponentDataType();
// function : Close()
// purpose :
//============================================================================
-void GEOM_Superv_i::Close(SALOMEDS::SComponent_ptr theComponent)
+void GEOM_Superv_i::Close()
{
}
const char* theURL,
CORBA::Boolean isMultiFile);
- void Close(SALOMEDS::SComponent_ptr theComponent);
+ void Close();
char* ComponentDataType();