summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-27 11:20:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-27 11:20:42 +0000
commitea25dded31ae71f1fbc63aa6aa78f73cea665bea (patch)
tree22310c1b0360c1ce2218ad31758569b98364071c /TAO/tao/Invocation_Base.cpp
parent9f88633f1d25cc698a60ebaaa64618911aed4e47 (diff)
downloadATCD-ea25dded31ae71f1fbc63aa6aa78f73cea665bea.tar.gz
Diffstat (limited to 'TAO/tao/Invocation_Base.cpp')
-rw-r--r--TAO/tao/Invocation_Base.cpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Base.cpp b/TAO/tao/Invocation_Base.cpp
index ab1b364bbb8..db035dfcf3e 100644
--- a/TAO/tao/Invocation_Base.cpp
+++ b/TAO/tao/Invocation_Base.cpp
@@ -69,6 +69,18 @@ namespace TAO
TAO_INTERCEPTOR (invoke_status_ = s);
}
+ TAO_Service_Context &
+ Invocation_Base::request_service_context (void)
+ {
+ return this->details_.request_service_context ();
+ }
+
+ TAO_Service_Context &
+ Invocation_Base::reply_service_context (void)
+ {
+ return this->details_.reply_service_context ();
+ }
+
#if TAO_HAS_INTERCEPTORS == 1
Invocation_Status
@@ -131,7 +143,6 @@ namespace TAO
return TAO_INVOKE_SUCCESS;
}
-
Invocation_Status
Invocation_Base::receive_other_interception (void)
{