]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 21 Jan 2021 08:37:05 +0000 (09:37 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 21 Jan 2021 08:37:05 +0000 (09:37 +0100)
src/Container/SALOME_Component_i.hxx

index 57557ffc7e32f89f6f3ae9d433504e256386b3e7..49bcb57dc7bcc94eef053cc736321b387c3e3960 100644 (file)
@@ -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();