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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 158e46d1ea7..15acda94138 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -93,6 +93,9 @@ public:
// Accessor to the request ServiceContextList. Only valid when
// sending a request message.
+ CORBA::ULong request_id (void);
+ // Return the request id of this invocation.
+
TAO_OutputCDR &out_stream (void);
// Return the underlying output stream.