3 #include "Test_Protocols_Hooks.h"
6 Test_Protocols_Hooks::Test_Protocols_Hooks (void)
12 Test_Protocols_Hooks::~Test_Protocols_Hooks (void)
17 Test_Protocols_Hooks::init_hooks (TAO_ORB_Core
*)
23 Test_Protocols_Hooks::set_client_network_priority (IOP::ProfileId
,
30 Test_Protocols_Hooks::set_server_network_priority (IOP::ProfileId
,
37 Test_Protocols_Hooks::server_protocol_properties_at_orb_level (
38 TAO_IIOP_Protocol_Properties
&)
40 if (++this->failure_count_
< Test::expected_failure_number
)
41 throw ::CORBA::INTERNAL ();
45 Test_Protocols_Hooks::client_protocol_properties_at_orb_level (
46 TAO_IIOP_Protocol_Properties
&)
52 Test_Protocols_Hooks::server_protocol_properties_at_orb_level (
53 TAO_UIOP_Protocol_Properties
&)
59 Test_Protocols_Hooks::client_protocol_properties_at_orb_level (
60 TAO_UIOP_Protocol_Properties
&)
66 Test_Protocols_Hooks::server_protocol_properties_at_orb_level (
67 TAO_SHMIOP_Protocol_Properties
&)
73 Test_Protocols_Hooks::client_protocol_properties_at_orb_level (
74 TAO_SHMIOP_Protocol_Properties
&)
80 Test_Protocols_Hooks::server_protocol_properties_at_orb_level (
81 TAO_DIOP_Protocol_Properties
&)
87 Test_Protocols_Hooks::client_protocol_properties_at_orb_level (
88 TAO_DIOP_Protocol_Properties
&)
94 Test_Protocols_Hooks::server_protocol_properties_at_orb_level (
95 TAO_SCIOP_Protocol_Properties
&)
101 Test_Protocols_Hooks::client_protocol_properties_at_orb_level (
102 TAO_SCIOP_Protocol_Properties
&)
108 Test_Protocols_Hooks::get_dscp_codepoint (void)
114 Test_Protocols_Hooks::get_selector_hook (
123 Test_Protocols_Hooks::get_selector_bands_policy_hook (
135 Test_Protocols_Hooks::get_thread_CORBA_priority (CORBA::Short
&)
141 Test_Protocols_Hooks::get_thread_native_priority (
148 Test_Protocols_Hooks::get_thread_CORBA_and_native_priority (
156 Test_Protocols_Hooks::get_thread_implicit_CORBA_priority (CORBA::Short
&)
162 Test_Protocols_Hooks::restore_thread_CORBA_and_native_priority (
171 Test_Protocols_Hooks::set_thread_CORBA_priority (CORBA::Short
)
176 ACE_STATIC_SVC_DEFINE (Test_Protocols_Hooks
,
177 ACE_TEXT ("Test_Protocols_Hooks"),
179 &ACE_SVC_NAME (Test_Protocols_Hooks
),
180 ACE_Service_Type::DELETE_THIS
181 | ACE_Service_Type::DELETE_OBJ
,
183 ACE_FACTORY_DEFINE (ACE_Local_Service
, Test_Protocols_Hooks
)