X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHOMARD_Gen_i_Session.hxx;h=2b1b823e595197864310b4599f7586330d6b62ed;hb=ce53f09e6f7b06ec9e1dd19ca1c7d8ad923edd22;hp=50a91230dd0ae108ddd6dab78fbd5c95f6fa02ba;hpb=222b99e1a96feddb4e7fda5526e58769c22bc1e2;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..2b1b823e 100644 --- a/src/HOMARD_I/HOMARD_Gen_i_Session.hxx +++ b/src/HOMARD_I/HOMARD_Gen_i_Session.hxx @@ -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; };