summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Request.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 02:10:12 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 02:10:12 +0000
commit448a9b4c2f3bcb5226d7910d30b4c3ab889d736b (patch)
tree9afbd10f9603114fad3522de28f6a14bd4824b51 /TAO/tao/Server_Request.i
parent1d0948de36cc914aabfd7406eebb68806c5d84c2 (diff)
downloadATCD-448a9b4c2f3bcb5226d7910d30b4c3ab889d736b.tar.gz
ChangeLogTag:Sat Aug 29 20:58:08 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Server_Request.i')
-rw-r--r--TAO/tao/Server_Request.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Server_Request.i b/TAO/tao/Server_Request.i
index 9bd790115fc..b1ff0e18798 100644
--- a/TAO/tao/Server_Request.i
+++ b/TAO/tao/Server_Request.i
@@ -63,13 +63,13 @@ IIOP_ServerRequest::ctx (void)
ACE_INLINE CORBA::ORB_ptr
IIOP_ServerRequest::orb (void)
{
- return orb_;
+ return this->orb_core_->orb ();
}
ACE_INLINE TAO_POA *
IIOP_ServerRequest::oa (void)
{
- return poa_;
+ return this->orb_core_->root_poa ();
}
ACE_INLINE CORBA::Boolean