#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 | TAO::SArg_Traits< CORBA::Policy > |
class | TAO::Arg_Traits< CORBA::Policy > |
class | TAO_CORBA_Policy_Perfect_Hash_OpTable |
class | POA_CORBA::_get_policy_type_Policy |
class | POA_CORBA::copy_Policy |
class | POA_CORBA::destroy_Policy |
class | POA_CORBA::_is_a_Policy_Upcall_Command |
class | POA_CORBA::_non_existent_Policy_Upcall_Command |
class | POA_CORBA::_get_component_Policy_Upcall_Command |
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 | |
static TAO_CORBA_Policy_Perfect_Hash_OpTable | tao_CORBA_Policy_optable |
static int | CORBA__TAO_Policy_Proxy_Broker_Stub_Factory_Initializer_Scarecrow |
#define _CORBA_POLICY__ARG_TRAITS_SS_ |
Definition at line 102 of file PolicyS.cpp.
#define _CORBA_POLICY__SARG_TRAITS_SS_ |
Definition at line 76 of file PolicyS.cpp.
TAO::Collocation_Proxy_Broker* CORBA__TAO_Policy_Proxy_Broker_Factory_function | ( | CORBA::Object_ptr | ) |
Definition at line 306 of file PolicyS.cpp.
Referenced by CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer().
00307 { 00308 return 00309 ::POA_CORBA::_TAO_Policy_Strategized_Proxy_Broker::the_TAO_Policy_Strategized_Proxy_Broker (); 00310 }
int CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer | ( | size_t | ) |
Definition at line 313 of file PolicyS.cpp.
References CORBA__TAO_Policy_Proxy_Broker_Factory_function(), and CORBA__TAO_Policy_Proxy_Broker_Factory_function_pointer.
00314 { 00315 CORBA__TAO_Policy_Proxy_Broker_Factory_function_pointer = 00316 CORBA__TAO_Policy_Proxy_Broker_Factory_function; 00317 00318 return 0; 00319 }
Initial value:
CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer ( reinterpret_cast<size_t> (CORBA__TAO_Policy_Proxy_Broker_Factory_Initializer) )
Definition at line 322 of file PolicyS.cpp.