From: Anthony Geay Date: Thu, 21 Jan 2021 08:37:05 +0000 (+0100) Subject: WIP X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ff2f80fd5178f19003c51e9f73f97b34e420e5f;p=modules%2Fkernel.git WIP --- diff --git a/src/Container/SALOME_Component_i.hxx b/src/Container/SALOME_Component_i.hxx index 57557ffc7..49bcb57dc 100644 --- a/src/Container/SALOME_Component_i.hxx +++ b/src/Container/SALOME_Component_i.hxx @@ -124,6 +124,7 @@ public: // --- local C++ methods PortableServer::ObjectId * getId(); + void setId(PortableServer::ObjectId *id) { _id = id; } Engines_Container_i *GetContainerPtr(); std::string getContainerName(); void setContainerName();