Salome HOME
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
[modules/kernel.git] / src / NamingService / SALOME_NamingService.hxx
index daa5ca63691566a4e00b540e507ec2dc1c02a759..6e54c5f7dc9db0fc91763649c69a33f4c569fb82 100644 (file)
@@ -94,7 +94,7 @@ public:
 
 protected:
   Utils_Mutex _myMutex;
-  CORBA::ORB_ptr _orb;
+  CORBA::ORB_var _orb;
   CosNaming::NamingContext_var _root_context, _current_context;
 
   void _initialize_root_context();