#include "tao/PortableServer/portableserver_export.h"#include "tao/Object_Proxy_Broker.h"

Go to the source code of this file.
Classes | |
| class | TAO::Collocated_Object_Proxy_Broker |
| Collocated_Object_Proxy_Broker. More... | |
Namespaces | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
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.
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.
{
static TAO::Collocated_Object_Proxy_Broker the_broker;
return &the_broker;
}
1.7.0