Salome HOME
CCAR: _id not initialized
[modules/kernel.git] / src / Container / SALOME_Component_i.hxx
index a96756f4e39024385fddfc405a08ec0ad53360e6..652f637a73a6c8ead82129bb4ace5b88659e8eb2 100644 (file)
@@ -55,18 +55,18 @@ class CONTAINER_EXPORT Engines_Component_i:
 public:
   Engines_Component_i();
   Engines_Component_i(CORBA::ORB_ptr orb,
-                     PortableServer::POA_ptr poa,
-                     PortableServer::ObjectId * contId, 
-                     const char *instanceName, 
-                     const char *interfaceName,
+                      PortableServer::POA_ptr poa,
+                      PortableServer::ObjectId * contId, 
+                      const char *instanceName, 
+                      const char *interfaceName,
                       bool notif = false,
                       bool regist = true);
   //Constructor for standalone component
   Engines_Component_i(CORBA::ORB_ptr orb,
-                     PortableServer::POA_ptr poa,
-                     Engines::Container_ptr container, 
-                     const char *instanceName, 
-                     const char *interfaceName,
+                      PortableServer::POA_ptr poa,
+                      Engines::Container_ptr container, 
+                      const char *instanceName, 
+                      const char *interfaceName,
                       bool notif = false,
                       bool regist = true);
 
@@ -119,6 +119,7 @@ public:
 
   PortableServer::ObjectId * getId(); 
   Engines_Container_i *GetContainerPtr();
+  std::string getContainerName();
 
   virtual bool setStudyId(CORBA::Long studyId);
   static bool isMultiStudy();