diff options
author | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-20 15:48:23 +0000 |
---|---|---|
committer | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-20 15:48:23 +0000 |
commit | 1d48fb7b4c51bf3b2bc9384884fc9c9d8ba644e4 (patch) | |
tree | e2784bf9dbc3dbdc4a5f5b999260e76b3825a3aa /TAO/tao/Remote_Object_Proxy_Broker.cpp | |
parent | e273956cbedf0e81a226153e336c39b940576fe4 (diff) | |
download | ATCD-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.cpp | 4 |
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_; } |