Salome HOME
Copyright update 2022
[modules/homard.git] / src / HOMARD_I / HOMARD_Gen_i_Session.hxx
index 50a91230dd0ae108ddd6dab78fbd5c95f6fa02ba..4f86412b7cda91c6881e25bac6938f3826b879e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  CEA/DEN, EDF R&D
+// Copyright (C) 2021-2022  CEA/DEN, EDF R&D
 //
 // 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;
 };