From 10d0b75759c79d06dd7faccb3879ec0995f913a5 Mon Sep 17 00:00:00 2001 From: jai Date: Mon, 5 Feb 2007 22:16:22 +0000 Subject: adding DS library --- modules/TAO/tao/PortableServer/Network_Priority_Hook.cpp | 5 ++--- modules/TAO/tao/PortableServer/Network_Priority_Hook.h | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/TAO/tao/PortableServer/Network_Priority_Hook.cpp b/modules/TAO/tao/PortableServer/Network_Priority_Hook.cpp index 12ceaf6dd09..7669319307a 100644 --- a/modules/TAO/tao/PortableServer/Network_Priority_Hook.cpp +++ b/modules/TAO/tao/PortableServer/Network_Priority_Hook.cpp @@ -24,11 +24,10 @@ TAO_Network_Priority_Hook::update_network_priority ( poa.cached_policies ().request_diffserv_codepoint (0); } -CORBA::Long -TAO_Network_Priority_Hook::get_dscp_codepoint ( +void +TAO_Network_Priority_Hook::set_dscp_codepoint ( TAO_ServerRequest &, TAO_Root_POA &) { - return 0; } int diff --git a/modules/TAO/tao/PortableServer/Network_Priority_Hook.h b/modules/TAO/tao/PortableServer/Network_Priority_Hook.h index a75ef319ef1..f9300b347dc 100644 --- a/modules/TAO/tao/PortableServer/Network_Priority_Hook.h +++ b/modules/TAO/tao/PortableServer/Network_Priority_Hook.h @@ -47,8 +47,8 @@ public: TAO_POA_Policy_Set& poa_policy_set); - virtual CORBA::Long get_dscp_codepoint (TAO_ServerRequest &req, - TAO_Root_POA& poa); + virtual void set_dscp_codepoint (TAO_ServerRequest &req, + TAO_Root_POA& poa); /// Static initializer ensures the factory is loaded static int initialize (void); -- cgit v1.2.1