diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-22 22:19:33 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-22 22:19:33 +0000 |
commit | e89cafbb7e4de961db24f77f5828d1c908f2ef98 (patch) | |
tree | 4742dc76fcf1d3099728949e4cbe4770ab3b65fb /TAO/tao/ORB.cpp | |
parent | a841826f94054005f0def249b0f4edbb5599ee9d (diff) | |
download | ATCD-e89cafbb7e4de961db24f77f5828d1c908f2ef98.tar.gz |
ChangeLogTag: Fri Dec 22 14:13:46 2000 Priyanka Gontla <pgontla@ece.uci.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 7511b300a63..c080e9251fa 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -519,12 +519,12 @@ CORBA_ORB::resolve_priority_mapping_manager (CORBA::Environment &/*ACE_TRY_ENV*/ } CORBA_Object_ptr -CORBA_ORB::resolve_rt_orb (CORBA::Environment &/*ACE_TRY_ENV*/) +CORBA_ORB::resolve_rt_orb (CORBA::Environment &ACE_TRY_ENV) { #if (TAO_HAS_RT_CORBA == 1) - return this->orb_core_->rt_orb (); + return this->orb_core_->rt_orb (ACE_TRY_ENV); #else |