From 6ff2f80fd5178f19003c51e9f73f97b34e420e5f Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 21 Jan 2021 09:37:05 +0100 Subject: [PATCH] WIP --- src/Container/SALOME_Component_i.hxx | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.2