summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.i
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-16 01:05:04 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-16 01:05:04 +0000
commit99a6530e474829e7445fc2b9f8d1f9cfc8fd7b75 (patch)
tree38f3d288a1c8cb644ab41f9412545fb6a6373646 /TAO/tao/Invocation.i
parent2aa59ab37881f803d72f75f678cf9cb39ea00cf6 (diff)
downloadATCD-99a6530e474829e7445fc2b9f8d1f9cfc8fd7b75.tar.gz
ChangeLogTag: Wed Mar 15 18:22:52 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.i')
-rw-r--r--TAO/tao/Invocation.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Invocation.i b/TAO/tao/Invocation.i
index b3ed0d09ef2..9f210b5069c 100644
--- a/TAO/tao/Invocation.i
+++ b/TAO/tao/Invocation.i
@@ -6,13 +6,13 @@
ACE_INLINE IOP::ServiceContextList &
TAO_GIOP_Invocation::service_info (void)
{
- return this->service_info_;
+ return this->op_details_.service_info ();
}
ACE_INLINE CORBA::ULong
TAO_GIOP_Invocation::request_id (void)
{
- return this->request_id_;
+ return this->op_details_.request_id ();
}
ACE_INLINE TAO_OutputCDR &
@@ -30,7 +30,7 @@ TAO_GIOP_Twoway_Invocation (TAO_Stub *stub,
CORBA::ULong opname_len,
TAO_ORB_Core *orb_core)
: TAO_GIOP_Invocation (stub, operation, opname_len, orb_core),
- rd_ (orb_core, this->service_info_)
+ rd_ (orb_core, this->op_details_.service_info ())
{
}
@@ -55,7 +55,7 @@ TAO_GIOP_Locate_Request_Invocation::
TAO_GIOP_Locate_Request_Invocation (TAO_Stub *stub,
TAO_ORB_Core *orb_core)
: TAO_GIOP_Invocation (stub, 0, 0, orb_core),
- rd_ (orb_core, this->service_info_)
+ rd_ (orb_core, this->op_details_.service_info ())
{
}