diff options
author | fields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-26 17:12:20 +0000 |
---|---|---|
committer | fields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-26 17:12:20 +0000 |
commit | 4a8372036c9cb2bd80bd5f83ccce20fda94d0834 (patch) | |
tree | 924164f6133bccb233d8b0ef69b5946eb9cd12eb /TAO/tao/ClientRequestInfo.cpp | |
parent | 88d8f607157f0c6c7a27f4696cf5c3496611b054 (diff) | |
download | ATCD-4a8372036c9cb2bd80bd5f83ccce20fda94d0834.tar.gz |
Thu Feb 26 10:10:40 MST 2004 Trevor Fields <fields_t@ociweb.com>
Diffstat (limited to 'TAO/tao/ClientRequestInfo.cpp')
-rw-r--r-- | TAO/tao/ClientRequestInfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/ClientRequestInfo.cpp b/TAO/tao/ClientRequestInfo.cpp index cac626be970..7f836fd3000 100644 --- a/TAO/tao/ClientRequestInfo.cpp +++ b/TAO/tao/ClientRequestInfo.cpp @@ -275,6 +275,11 @@ TAO_ClientRequestInfo::get_reply_service_context ( ACE_ENV_ARG_PARAMETER); } +TAO_GIOP_Invocation * +TAO_ClientRequestInfo::invocation (void) +{ + return this->invocation_; +} // ------------------------------------------------------------------- |