#include "tao/Object_Proxy_Broker.h"
#include "tao/orbconf.h"
Go to the source code of this file.
Classes | |
class | TAO::Remote_Object_Proxy_Broker |
Remote_Object_Proxy_Broker. More... | |
Namespaces | |
namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
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.
Definition in file Remote_Object_Proxy_Broker.h.
TAO::Remote_Object_Proxy_Broker* the_tao_remote_object_proxy_broker | ( | void | ) |
Definition at line 135 of file Remote_Object_Proxy_Broker.cpp.
{ static TAO::Remote_Object_Proxy_Broker the_broker; return &the_broker; }