From 84d7531c2958fa446292bcd4fc5cf8a33035bc21 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 15 Apr 2019 14:09:49 +0300 Subject: [PATCH] Multi-study removal completion --- src/HOMARD_I/HOMARD_Gen_i.cxx | 2 +- src/HOMARD_I/HOMARD_Gen_i.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HOMARD_I/HOMARD_Gen_i.cxx b/src/HOMARD_I/HOMARD_Gen_i.cxx index b1cbfbea..f0e2ea6b 100644 --- a/src/HOMARD_I/HOMARD_Gen_i.cxx +++ b/src/HOMARD_I/HOMARD_Gen_i.cxx @@ -4821,7 +4821,7 @@ CORBA::Boolean HOMARD_Gen_i::LoadASCII(SALOMEDS::SComponent_ptr theComponent, }; //=========================================================================== -void HOMARD_Gen_i::Close(SALOMEDS::SComponent_ptr theComponent) +void HOMARD_Gen_i::Close() { }; diff --git a/src/HOMARD_I/HOMARD_Gen_i.hxx b/src/HOMARD_I/HOMARD_Gen_i.hxx index 18130bd7..48b99b24 100644 --- a/src/HOMARD_I/HOMARD_Gen_i.hxx +++ b/src/HOMARD_I/HOMARD_Gen_i.hxx @@ -241,7 +241,7 @@ public: const char* theURL, CORBA::Boolean isMultiFile); - virtual void Close(SALOMEDS::SComponent_ptr IORSComponent); + virtual void Close(); virtual char* ComponentDataType(); -- 2.39.2