Salome HOME
Merge remote branch 'origin/bsr/resmgr'
[modules/kernel.git] / src / DSC / DSC_Basic / ConnectionManager_i.hxx
index e3f6f24ce88b80c57c3865bb4f00c54afee2a9c7..84c7c94f68cab5605fef2843cc275e68f740321d 100644 (file)
@@ -28,6 +28,7 @@
 #define _CONNECTION_MANAGER_I_HXX_
 
 #include "DSC_Basic.hxx"
+#include "SALOME_NamingService.hxx"
 
 #include <iostream>
 #include <map>
@@ -74,6 +75,8 @@ class ConnectionManager_i :
      */
     CORBA::Long getPID();
 
+    static const char *_ConnectionManagerNameInNS;
+
   private :
 
     struct connection_infos {
@@ -96,6 +99,7 @@ class ConnectionManager_i :
     pthread_mutex_t mutex;
   protected:
     CORBA::ORB_var _orb;
+    SALOME_NamingService * _NS;
 };
 
 #endif