#include <Network_Priority_Hook.h>
Inheritance diagram for TAO_Network_Priority_Hook:


Public Member Functions | |
| virtual | ~TAO_Network_Priority_Hook (void) |
| virtual void | update_network_priority (TAO_Root_POA &poa, TAO_POA_Policy_Set &poa_policy_set) |
| virtual void | set_dscp_codepoint (TAO_ServerRequest &req, TAO_Root_POA &poa) |
Static Public Member Functions | |
| int | initialize (void) |
| Static initializer ensures the factory is loaded. | |
|
|
Definition at line 13 of file Network_Priority_Hook.cpp.
00014 {
00015 }
|
|
|
Static initializer ensures the factory is loaded.
Definition at line 34 of file Network_Priority_Hook.cpp.
00035 {
00036 return ACE_Service_Config::process_directive
00037 (ace_svc_desc_TAO_Network_Priority_Hook);
00038 }
|
|
||||||||||||
|
Definition at line 28 of file Network_Priority_Hook.cpp.
00030 {
00031 }
|
|
||||||||||||
|
Definition at line 18 of file Network_Priority_Hook.cpp. References TAO_Root_POA::cached_policies(), TAO::Portable_Server::Cached_Policies::network_priority_model(), TAO::Portable_Server::Cached_Policies::reply_diffserv_codepoint(), and TAO::Portable_Server::Cached_Policies::request_diffserv_codepoint(). Referenced by TAO_Root_POA::TAO_Root_POA().
00020 {
00021 poa.cached_policies ().network_priority_model
00022 (TAO::Portable_Server::Cached_Policies::NO_NETWORK_PRIORITY);
00023 poa.cached_policies ().reply_diffserv_codepoint (0);
00024 poa.cached_policies ().request_diffserv_codepoint (0);
00025 }
|
1.3.6