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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Functions

TAO::Collocated_Object_Proxy_Brokerthe_tao_collocated_object_proxy_broker (void)


Detailed Description

Collocated_Object_Proxy_Broker.h,v 1.7 2006/03/10 07:19:13 jtc Exp

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 303 of file Collocated_Object_Proxy_Broker.cpp.

Referenced by _TAO_collocation_Object_Proxy_Broker_Factory().

00304 {
00305   static TAO::Collocated_Object_Proxy_Broker the_broker;
00306   return &the_broker;
00307 }


Generated on Thu Nov 9 12:41:03 2006 for TAO_PortableServer by doxygen 1.3.6