summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Base.cpp')
-rw-r--r--TAO/tao/Invocation_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Base.cpp b/TAO/tao/Invocation_Base.cpp
index 4238da0f07b..78ada6b3423 100644
--- a/TAO/tao/Invocation_Base.cpp
+++ b/TAO/tao/Invocation_Base.cpp
@@ -24,13 +24,13 @@ namespace TAO
bool response_expected)
: details_ (details)
, forwarded_to_ (0)
+ , response_expected_ (response_expected)
, otarget_ (ot)
, target_ (t)
#if TAO_HAS_INTERCEPTORS == 1
, adapter_ (t->_stubobj ()->orb_core ()->client_request_interceptors (),
this)
, req_info_ (this)
- , response_expected_ (response_expected)
#endif /*TAO_HAS_INTERCEPTORS == 1*/
{
ACE_UNUSED_ARG (response_expected);