summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 3296c919009..84b217935f6 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -116,7 +116,11 @@ public:
/// Accessor to the request ServiceContextList. Only valid when
/// sending a request message.
- IOP::ServiceContextList& service_info (void);
+ TAO_Service_Context& request_service_context (void);
+
+ /// Accessor to the reply ServiceContextList. Only valid when
+ /// after receiving a reply message.
+ TAO_Service_Context& reply_service_context (void);
/// Return the request id of this invocation.
CORBA::ULong request_id (void);