Collocated_Object_Proxy_Broker.cpp File Reference

#include "tao/PortableServer/Collocated_Object_Proxy_Broker.h"
#include "tao/PortableServer/Object_Adapter.h"
#include "tao/PortableServer/Servant_Upcall.h"
#include "tao/PortableServer/Servant_Base.h"
#include "tao/Stub.h"
#include "tao/ORB_Core.h"
#include "tao/Profile.h"

Include dependency graph for Collocated_Object_Proxy_Broker.cpp:

Go to the source code of this file.

Namespaces

namespace  TAO

Functions

TAO::Collocated_Object_Proxy_Broker * the_tao_collocated_object_proxy_broker (void)
TAO::Object_Proxy_Broker * _TAO_collocation_Object_Proxy_Broker_Factory (void)
int _TAO_collocation_Object_Proxy_Broker_Factory_Initializer (size_t)

Variables

static int _TAO_collocation_Object_Proxy_Broker_Factory_Initializer_Scarecrow


Function Documentation

TAO::Object_Proxy_Broker* _TAO_collocation_Object_Proxy_Broker_Factory ( void   ) 

Definition at line 228 of file Collocated_Object_Proxy_Broker.cpp.

References the_tao_collocated_object_proxy_broker().

Referenced by _TAO_collocation_Object_Proxy_Broker_Factory_Initializer().

00229 {
00230   return the_tao_collocated_object_proxy_broker ();
00231 }

int _TAO_collocation_Object_Proxy_Broker_Factory_Initializer ( size_t   ) 

Definition at line 234 of file Collocated_Object_Proxy_Broker.cpp.

References _TAO_collocation_Object_Proxy_Broker_Factory(), and _TAO_Object_Proxy_Broker_Factory_function_pointer.

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 }


Variable Documentation

int _TAO_collocation_Object_Proxy_Broker_Factory_Initializer_Scarecrow [static]

Initial value:

Definition at line 243 of file Collocated_Object_Proxy_Broker.cpp.


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