Namespaces | Functions

Remote_Object_Proxy_Broker.cpp File Reference

#include "tao/Remote_Object_Proxy_Broker.h"
#include "tao/CORBA_String.h"
#include "tao/UB_String_Arguments.h"
#include "tao/Special_Basic_Arguments.h"
#include "tao/Invocation_Adapter.h"
#include "tao/IFR_Client_Adapter.h"
#include "tao/ORB_Core.h"
#include "tao/SystemException.h"
#include "ace/Dynamic_Service.h"
Include dependency graph for Remote_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::Remote_Object_Proxy_Broker * the_tao_remote_object_proxy_broker (void)

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.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines