summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-06-29 05:35:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-06-29 05:35:43 +0000
commit2127670eeb1a2bf52f3015131fed389e879cf5f9 (patch)
treebeceffe6d02432228de283959c8b14fc40138622 /TAO/tao/Invocation_Base.cpp
parent5c8164d6b21939efb1f3cffdf21f79864008af4b (diff)
downloadATCD-2127670eeb1a2bf52f3015131fed389e879cf5f9.tar.gz
ChangeLogTag:Tue Jun 28 22:21:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Base.cpp')
-rw-r--r--TAO/tao/Invocation_Base.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Base.cpp b/TAO/tao/Invocation_Base.cpp
index fd635d421f4..db13e40a635 100644
--- a/TAO/tao/Invocation_Base.cpp
+++ b/TAO/tao/Invocation_Base.cpp
@@ -9,16 +9,20 @@
#if TAO_HAS_INTERCEPTORS == 1
# include "PortableInterceptorC.h"
# include "RequestInfo_Util.h"
-#endif /*TAO_HAS_INTERCEPTORS*/
+# include "PortableInterceptor.h"
+#endif /* TAO_HAS_INTERCEPTORS == 1*/
+
#if !defined (__ACE_INLINE__)
# include "Invocation_Base.inl"
#endif /* __ACE_INLINE__ */
+
ACE_RCSID (tao,
Invocation_Base,
"$Id$")
+
namespace TAO
{
Invocation_Base::Invocation_Base (CORBA::Object_ptr ot,
@@ -45,6 +49,12 @@ namespace TAO
{
}
+ void
+ Invocation_Base::reply_received (Invocation_Status TAO_INTERCEPTOR (s))
+ {
+ TAO_INTERCEPTOR (this->req_info_.reply_status (s));
+ }
+
TAO_Service_Context &
Invocation_Base::request_service_context (void)
{