#include "tao/Object_Proxy_Broker.h"
#include "tao/orbconf.h"
Include dependency graph for Remote_Object_Proxy_Broker.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | TAO |
Functions | |
TAO::Remote_Object_Proxy_Broker * | the_tao_remote_object_proxy_broker (void) |
This files contains the Remote Proxy Broker implementation for the CORBA Object.
Balachandran Natarajan (modified the implementation)
Definition in file Remote_Object_Proxy_Broker.h.
|
Definition at line 135 of file Remote_Object_Proxy_Broker.cpp. Referenced by TAO_Stub::is_collocated(), CORBA::Object::proxy_broker(), and TAO_Stub::TAO_Stub().
00136 { 00137 static TAO::Remote_Object_Proxy_Broker the_broker; 00138 return &the_broker; 00139 } |