Namespaces | Functions | Variables

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
 

Define symbolic names for the ORB collocation strategies.


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   ) 
int _TAO_collocation_Object_Proxy_Broker_Factory_Initializer ( size_t   ) 

Definition at line 234 of file Collocated_Object_Proxy_Broker.cpp.

{
  _TAO_Object_Proxy_Broker_Factory_function_pointer =
    _TAO_collocation_Object_Proxy_Broker_Factory;

  return 0;
}

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.

{
  static TAO::Collocated_Object_Proxy_Broker the_broker;
  return &the_broker;
}


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines