#include "tao/PortableServer/portableserver_export.h"
#include "tao/Object_Proxy_Broker.h"
Include dependency graph for Collocated_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 |
Classes | |
class | TAO::Collocated_Object_Proxy_Broker |
Collocated_Object_Proxy_Broker. More... | |
Functions | |
TAO::Collocated_Object_Proxy_Broker * | the_tao_collocated_object_proxy_broker (void) |
This files contains the Collocated Proxy Broker implementation for the CORBA Object.
Balachandran Natarajan (modified the implementation)
Definition in file Collocated_Object_Proxy_Broker.h.
TAO::Collocated_Object_Proxy_Broker* the_tao_collocated_object_proxy_broker | ( | void | ) |
This function is used to access the unique instance of strategized proxy broker. All the CORBA::Object share the proxy broker.
Definition at line 222 of file Collocated_Object_Proxy_Broker.cpp.
Referenced by _TAO_collocation_Object_Proxy_Broker_Factory().
00223 { 00224 static TAO::Collocated_Object_Proxy_Broker the_broker; 00225 return &the_broker; 00226 }