Salome HOME
Updated copyright comment
[modules/homard.git] / src / HOMARD_I / HOMARD_Gen_i_Session.hxx
index 50a91230dd0ae108ddd6dab78fbd5c95f6fa02ba..c2f8ade81c6ae8fbe7a113eeb5785a07fa9455c7 100644 (file)
@@ -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;
 };