From 27db01da2b1f33e189f220e56acd99587b1d3fe1 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 1 Sep 2002 18:13:44 +0000 Subject: ChangeLogTag:Sun Sep 1 11:10:51 2002 Ossama Othman --- TAO/ChangeLog | 8 ++++++++ TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index c9740f6f4f5..4c37abba7ab 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Sun Sep 1 11:10:51 2002 Ossama Othman + + * orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp + (receive_request_service_contexts): + + Use the standard CORBA::OMGVMCID constant instead of the + obsolete TAO_OMG_VMCID constant. + Sat Aug 31 23:58:02 UTC 2002 Craig Rodrigues * tao/Makefile.dirs: Add include of rules.tao.GNU, in order to diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp index c1239387453..434b30b4918 100644 --- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp +++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp @@ -94,7 +94,7 @@ TAO_LB_ServerRequestInterceptor::receive_request_service_contexts ( // Make sure we get a CORBA::BAD_PARAM for the right // reason. - if (ex.minor () != (TAO_OMG_VMCID | 26)) + if (ex.minor () != (CORBA::OMGVMCID | 26)) ACE_RE_THROW; } ACE_ENDTRY; -- cgit v1.2.1