diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-11-18 17:28:43 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-11-18 17:28:43 +0000 |
commit | 595cbd8f235428c0d086c512ead73f25615fc284 (patch) | |
tree | e6b750e54a7e1c06976a9e5942a0a2d941558350 /TAO/tao/ORB.cpp | |
parent | 2d7d08e02f78b5a22aa4fdec7345f353814d09f8 (diff) | |
download | ATCD-595cbd8f235428c0d086c512ead73f25615fc284.tar.gz |
ChangeLogTag:Tue Nov 18 11:29:30 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r-- | TAO/tao/ORB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index e138ca7e274..e30ffbacd17 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -1015,7 +1015,7 @@ CORBA::ORB::resolve_policy_current (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) CORBA::Object_ptr CORBA::ORB::resolve_service (TAO_MCAST_SERVICEID mcast_service_id - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) { const char * env_service_port [] = { @@ -1176,7 +1176,7 @@ CORBA::ORB::resolve_initial_references (const char *name, { result = this->string_to_object( service_ior.c_str() ACE_ENV_ARG_PARAMETER ) ; - ACE_CHECK_RETURN( CORBA_Object::_nil() ) ; + ACE_CHECK_RETURN( CORBA::Object::_nil() ) ; return result._retn() ; } |