Remote_Object_Proxy_Broker.h File Reference

#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

Classes

class  TAO::Remote_Object_Proxy_Broker
 Remote_Object_Proxy_Broker. More...

Functions

TAO::Remote_Object_Proxy_Broker * the_tao_remote_object_proxy_broker (void)


Detailed Description

Id
Remote_Object_Proxy_Broker.h 76551 2007-01-24 13:42:44Z johnnyw

This files contains the Remote Proxy Broker implementation for the CORBA Object.

Author:
Angelo Corsaro <corsaro@cs.wustl.edu>

Balachandran Natarajan (modified the implementation)

Definition in file Remote_Object_Proxy_Broker.h.


Function Documentation

TAO::Remote_Object_Proxy_Broker* the_tao_remote_object_proxy_broker ( void   ) 

Definition at line 135 of file Remote_Object_Proxy_Broker.cpp.

Referenced by TAO_Stub::is_collocated(), and CORBA::Object::proxy_broker().

00136 {
00137   static TAO::Remote_Object_Proxy_Broker the_broker;
00138   return &the_broker;
00139 }


Generated on Tue Feb 2 17:38:48 2010 for TAO by  doxygen 1.4.7