#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 | |
| int | _TAO_collocation_Object_Proxy_Broker_Factory_Initializer_Scarecrow |
|
|
Definition at line 309 of file Collocated_Object_Proxy_Broker.cpp. References the_tao_collocated_object_proxy_broker(). Referenced by _TAO_collocation_Object_Proxy_Broker_Factory_Initializer().
00310 {
00311 return the_tao_collocated_object_proxy_broker ();
00312 }
|
|
|
Definition at line 315 of file Collocated_Object_Proxy_Broker.cpp. References _TAO_collocation_Object_Proxy_Broker_Factory(), and _TAO_Object_Proxy_Broker_Factory_function_pointer.
00316 {
00317 _TAO_Object_Proxy_Broker_Factory_function_pointer =
00318 _TAO_collocation_Object_Proxy_Broker_Factory;
00319
00320 return 0;
00321 }
|
|
|
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 }
|
|
|
Initial value: _TAO_collocation_Object_Proxy_Broker_Factory_Initializer ( reinterpret_cast<size_t> (_TAO_collocation_Object_Proxy_Broker_Factory_Initializer ) ) Definition at line 324 of file Collocated_Object_Proxy_Broker.cpp. |
1.3.6