From 1eea8dde2a198503b96db98f1251ff06feecd612 Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 16 Mar 2007 09:37:07 +0000 Subject: [PATCH] OmniORB-4.1.0 porting --- src/GenericObj/SALOME_GenericObj_i.cc | 4 ++-- src/GenericObj/SALOME_GenericObj_i.hh | 2 +- src/Notification/NOTIFICATION_Consumer.cxx | 17 +++++++++-------- src/TestContainer/SALOME_TestComponent_i.cxx | 4 ++-- 4 files changed, 14 insertions(+), 13 deletions(-) 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); } -- 2.39.2