summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Object_Proxy_Broker.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
commitf867624380ba0003c2a7af8c289738ebe358fb8b (patch)
treee525bff1d716f4a9b884898cb87db5ef7d1200cb /TAO/tao/Remote_Object_Proxy_Broker.cpp
parent7e31ea97370b17e12614547535bc60696f9ab57b (diff)
downloadATCD-f867624380ba0003c2a7af8c289738ebe358fb8b.tar.gz
ChangeLogTag:Thu Feb 20 09:07:56 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Remote_Object_Proxy_Broker.cpp')
-rw-r--r--TAO/tao/Remote_Object_Proxy_Broker.cpp29
1 files changed, 11 insertions, 18 deletions
diff --git a/TAO/tao/Remote_Object_Proxy_Broker.cpp b/TAO/tao/Remote_Object_Proxy_Broker.cpp
index f386547bec5..4f3f1ec98f3 100644
--- a/TAO/tao/Remote_Object_Proxy_Broker.cpp
+++ b/TAO/tao/Remote_Object_Proxy_Broker.cpp
@@ -1,25 +1,10 @@
-// $Id$
-
#include "tao/Remote_Object_Proxy_Broker.h"
-ACE_RCSID (tao, TAO_Object_Remote_Proxy_Broker, "$Id$")
-TAO_Remote_Object_Proxy_Broker *
-the_tao_remote_object_proxy_broker (void)
-{
- static TAO_Remote_Object_Proxy_Broker the_broker;
- return &the_broker;
-}
+ACE_RCSID (tao,
+ TAO_Object_Remote_Proxy_Broker,
+ "$Id$")
-TAO_Remote_Object_Proxy_Broker::TAO_Remote_Object_Proxy_Broker (void)
-{
- // No-Op.
-}
-
-TAO_Remote_Object_Proxy_Broker::~TAO_Remote_Object_Proxy_Broker (void)
-{
- // No-Op.
-}
TAO_Object_Proxy_Impl &
TAO_Remote_Object_Proxy_Broker::select_proxy (CORBA::Object_ptr
@@ -28,3 +13,11 @@ TAO_Remote_Object_Proxy_Broker::select_proxy (CORBA::Object_ptr
return this->remote_proxy_impl_;
}
+// -----------------------------------------------------
+
+TAO_Remote_Object_Proxy_Broker *
+the_tao_remote_object_proxy_broker (void)
+{
+ static TAO_Remote_Object_Proxy_Broker the_broker;
+ return &the_broker;
+}