summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 8d11e801c04..0b3adee0ffd 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -169,7 +169,9 @@ CORBA::Request::invoke (ACE_ENV_SINGLE_ARG_DECL)
&call,
_invoke_status);
- TAO_DII_ClientRequestInfo _tao_ri (&call,this->target_ ,this);
+ TAO_DII_ClientRequestInfo _tao_ri (&call,
+ this->target_,
+ this);
#endif /* TAO_HAS_INTERCEPTORS */
// Loop as needed for forwarding.