Collocated_Object_Proxy_Broker.h File Reference

#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)


Detailed Description

Id
Collocated_Object_Proxy_Broker.h 79610 2007-09-07 18:17:34Z johnnyw

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

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

Balachandran Natarajan (modified the implementation)

Definition in file Collocated_Object_Proxy_Broker.h.


Function Documentation

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 }


Generated on Tue Feb 2 17:40:56 2010 for TAO_PortableServer by  doxygen 1.4.7