#include "tao/AnyTypeCode/TypeCode.h"#include "tao/AnyTypeCode/Any.h"#include "tao/PortableServer/PolicyS.h"#include "tao/PortableServer/Operation_Table_Perfect_Hash.h"#include "tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h"#include "tao/PortableServer/Upcall_Command.h"#include "tao/PortableServer/Upcall_Wrapper.h"#include "tao/PortableServer/Basic_SArguments.h"#include "tao/PortableServer/Object_SArgument_T.h"#include "tao/PortableServer/Special_Basic_SArguments.h"#include "tao/PortableServer/UB_String_SArguments.h"#include "tao/PortableServer/TypeCode_SArg_Traits.h"#include "tao/PortableServer/Object_SArg_Traits.h"#include "tao/PortableServer/get_arg.h"#include "tao/Special_Basic_Arguments.h"#include "tao/UB_String_Arguments.h"#include "tao/TAO_Server_Request.h"#include "tao/ORB_Core.h"#include "tao/Profile.h"#include "tao/Stub.h"#include "tao/IFR_Client_Adapter.h"#include "tao/Object_T.h"#include "tao/CDR.h"#include "tao/operation_details.h"#include "tao/PortableInterceptor.h"#include "tao/Basic_Arguments.h"#include "tao/Object_Argument_T.h"#include "ace/Dynamic_Service.h"#include "ace/Malloc_Allocator.h"Include dependency graph for PolicyS.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
| namespace | POA_CORBA |
Classes | |
| class | Arg_Traits< CORBA::Policy > |
| class | TAO_CORBA_Policy_Perfect_Hash_OpTable |
Defines | |
| #define | _CORBA_POLICY__SARG_TRAITS_SS_ |
| #define | _CORBA_POLICY__ARG_TRAITS_SS_ |
Functions | |
| TAO::Collocation_Proxy_Broker * | CORBA__TAO_Policy_Proxy_Broker_Factory_function (CORBA::Object_ptr) |
| int | CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer (size_t) |
Variables | |
| TAO_CORBA_Policy_Perfect_Hash_OpTable | tao_CORBA_Policy_optable |
| int | CORBA__TAO_Policy_Proxy_Broker_Stub_Factory_Initializer_Scarecrow |
|
|
Definition at line 102 of file PolicyS.cpp. |
|
|
Definition at line 76 of file PolicyS.cpp. |
|
|
Definition at line 304 of file PolicyS.cpp. Referenced by CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer().
00305 {
00306 return
00307 ::POA_CORBA::_TAO_Policy_Strategized_Proxy_Broker::the_TAO_Policy_Strategized_Proxy_Broker ();
00308 }
|
|
|
Definition at line 311 of file PolicyS.cpp. References CORBA__TAO_Policy_Proxy_Broker_Factory_function(), and CORBA__TAO_Policy_Proxy_Broker_Factory_function_pointer.
00312 {
00313 CORBA__TAO_Policy_Proxy_Broker_Factory_function_pointer =
00314 CORBA__TAO_Policy_Proxy_Broker_Factory_function;
00315
00316 return 0;
00317 }
|
|
|
Initial value: CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer ( reinterpret_cast<size_t> (CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer) ) Definition at line 320 of file PolicyS.cpp. |
|
|
Definition at line 234 of file PolicyS.cpp. Referenced by POA_CORBA::Policy::Policy(). |
1.3.6