summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-10 19:03:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-10 19:03:35 +0000
commit88e614b8f89a49118a82004633a8023eb863b755 (patch)
treef5e9f9bdbf12c399bbf7704106c564aaaa4904f8 /TAO/tao/DynamicInterface/Request.cpp
parent7ae2e259e5c8ab491810e360da018b55bfe37541 (diff)
downloadATCD-88e614b8f89a49118a82004633a8023eb863b755.tar.gz
ChangeLogTag:Mon Mar 10 11:03:14 2003 Ossama Othman <ossama@uci.edu>
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.