#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 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 }
|
|
|
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.
00235 {
00236 _TAO_Object_Proxy_Broker_Factory_function_pointer =
00237 _TAO_collocation_Object_Proxy_Broker_Factory;
00238
00239 return 0;
00240 }
|
|
|
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 }
|
|
|
Initial value: _TAO_collocation_Object_Proxy_Broker_Factory_Initializer ( reinterpret_cast<size_t> (_TAO_collocation_Object_Proxy_Broker_Factory_Initializer ) ) Definition at line 243 of file Collocated_Object_Proxy_Broker.cpp. |
1.3.6