summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Object_Proxy_Broker.cpp
diff options
context:
space:
mode:
authorcorsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-20 15:48:23 +0000
committercorsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-20 15:48:23 +0000
commit1d48fb7b4c51bf3b2bc9384884fc9c9d8ba644e4 (patch)
treee2784bf9dbc3dbdc4a5f5b999260e76b3825a3aa /TAO/tao/Remote_Object_Proxy_Broker.cpp
parente273956cbedf0e81a226153e336c39b940576fe4 (diff)
downloadATCD-1d48fb7b4c51bf3b2bc9384884fc9c9d8ba644e4.tar.gz
ChangeLogTag: Wed Sep 20 10:39:20 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Remote_Object_Proxy_Broker.cpp')
-rw-r--r--TAO/tao/Remote_Object_Proxy_Broker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Remote_Object_Proxy_Broker.cpp b/TAO/tao/Remote_Object_Proxy_Broker.cpp
index af62ca4dce4..eaca853dd7a 100644
--- a/TAO/tao/Remote_Object_Proxy_Broker.cpp
+++ b/TAO/tao/Remote_Object_Proxy_Broker.cpp
@@ -22,8 +22,8 @@ TAO_Remote_Object_Proxy_Broker::~TAO_Remote_Object_Proxy_Broker (void)
}
TAO_Object_Proxy_Impl
-&TAO_Remote_Object_Proxy_Broker::select_proxy (CORBA::Object_ptr object,
- CORBA::Environment &ACE_TRY_ENV)
+&TAO_Remote_Object_Proxy_Broker::select_proxy (CORBA::Object_ptr,
+ CORBA::Environment &)
{
return this->remote_proxy_impl_;
}