X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHOMARD_Gen_i_Session.hxx;h=c2f8ade81c6ae8fbe7a113eeb5785a07fa9455c7;hb=refs%2Ftags%2FV9_13_0b1;hp=50a91230dd0ae108ddd6dab78fbd5c95f6fa02ba;hpb=5b6f0beca30dcaddd1f8e9031cd0a176c7396093;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HOMARD_Gen_i_Session.hxx b/src/HOMARD_I/HOMARD_Gen_i_Session.hxx index 50a91230..c2f8ade8 100644 --- a/src/HOMARD_I/HOMARD_Gen_i_Session.hxx +++ b/src/HOMARD_I/HOMARD_Gen_i_Session.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -29,4 +29,8 @@ public: PortableServer::ObjectId* contId, const char* instanceName, const char* interfaceName ); + SALOME_ModuleCatalog::ModuleCatalog_var getModuleCatalog() const override; + SMESH::SMESH_Gen_var retrieveSMESHInst() const override; +private: + SALOME_NamingService* _NS = nullptr; };