From e3feaa2ca8eaaf87f4373c6fe139e70c109c7479 Mon Sep 17 00:00:00 2001 From: jai Date: Mon, 29 Jan 2007 19:23:06 +0000 Subject: changes for DS library --- TAO/ChangeLog | 7 +++++++ TAO/tao/TAO_Internal.cpp | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index b112c7df636..cda9d610f42 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 29 19:22:08 UTC 2007 Jaiganesh B + + * tao/TAO_Internal.cpp: + + Made changes to create the default versions of the different + protocols hooks pieces. + Mon Jan 29 19:15:19 UTC 2007 Jaiganesh B * tao/RTPortableServer/RT_Servant_Dispatcher.cpp: diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index df39ae66321..56b82bda685 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -16,6 +16,10 @@ #include "tao/Default_Stub_Factory.h" #include "tao/Default_Endpoint_Selector_Factory.h" #include "tao/Default_Protocols_Hooks.h" +#include "tao/Default_Policy_Protocols_Hooks.h" +#include "tao/Default_Protocols_Properties_Protocols_Hooks.h" +#include "tao/Default_Network_Priority_Protocols_Hooks.h" +#include "tao/Default_Thread_Priority_Protocols_Hooks.h" #include "tao/Default_Thread_Lane_Resources_Manager.h" #include "tao/Default_Collocation_Resolver.h" #include "tao/Codeset_Manager_Factory_Base.h" @@ -536,6 +540,14 @@ namespace pcfg->process_directive ( ace_svc_desc_TAO_Default_Endpoint_Selector_Factory); pcfg->process_directive (ace_svc_desc_TAO_Default_Protocols_Hooks); + pcfg->process_directive ( + ace_svc_desc_TAO_Default_Policy_Protocols_Hooks); + pcfg->process_directive ( + ace_svc_desc_TAO_Default_Protocols_Properties_Protocols_Hooks); + pcfg->process_directive ( + ace_svc_desc_TAO_Default_Network_Priority_Protocols_Hooks); + pcfg->process_directive ( + ace_svc_desc_TAO_Default_Thread_Priority_Protocols_Hooks); pcfg->process_directive ( ace_svc_desc_TAO_Default_Thread_Lane_Resources_Manager_Factory); pcfg->process_directive (ace_svc_desc_TAO_Default_Collocation_Resolver); -- cgit v1.2.1