From: abd Date: Fri, 16 Mar 2007 09:37:07 +0000 (+0000) Subject: OmniORB-4.1.0 porting X-Git-Tag: V4_0a2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1eea8dde2a198503b96db98f1251ff06feecd612;p=modules%2Fkernel.git OmniORB-4.1.0 porting --- diff --git a/src/GenericObj/SALOME_GenericObj_i.cc b/src/GenericObj/SALOME_GenericObj_i.cc index fe837e3fd..2760b73db 100644 --- a/src/GenericObj/SALOME_GenericObj_i.cc +++ b/src/GenericObj/SALOME_GenericObj_i.cc @@ -42,9 +42,9 @@ GenericObj_i::GenericObj_i(PortableServer::POA_ptr thePOA): myRefCounter(1){ "; CORBA::is_nil(thePOA) = "<filterable_data[0].value >>= Asender; event->filterable_data[1].value >>= Agraph; event->filterable_data[2].value >>= Atype; diff --git a/src/TestContainer/SALOME_TestComponent_i.cxx b/src/TestContainer/SALOME_TestComponent_i.cxx index 4e3a497a5..cb37b7828 100644 --- a/src/TestContainer/SALOME_TestComponent_i.cxx +++ b/src/TestContainer/SALOME_TestComponent_i.cxx @@ -46,7 +46,7 @@ Engines_TestComponent_i::Engines_TestComponent_i(CORBA::ORB_ptr orb, MESSAGE("activate object"); _thisObj = this ; _id = _poa->activate_object(_thisObj); - SCRUTE(pd_refCount); + SCRUTE(_pd_refCount); } Engines_TestComponent_i::Engines_TestComponent_i() @@ -62,7 +62,7 @@ char* Engines_TestComponent_i::Coucou(CORBA::Long L) { char s[100]; sprintf(s, "TestComponent_i : L = %ld", (long) L); - SCRUTE(pd_refCount); + SCRUTE(_pd_refCount); return CORBA::string_dup(s); }