summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 19:15:19 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-30 19:15:19 +0000
commit84db45a94d857735ec6b289afc35dc24fe4e459b (patch)
tree696fade9a07dc53ebc04bf6f521780573320c257
parent77ed25ac8cc560df1f0b7f50f226b42c3ebb070f (diff)
downloadATCD-84db45a94d857735ec6b289afc35dc24fe4e459b.tar.gz
adding DS library
-rw-r--r--modules/TAO/tao/TAO_Internal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/TAO/tao/TAO_Internal.cpp b/modules/TAO/tao/TAO_Internal.cpp
index 73c596f02d9..be06ce2ed26 100644
--- a/modules/TAO/tao/TAO_Internal.cpp
+++ b/modules/TAO/tao/TAO_Internal.cpp
@@ -17,6 +17,7 @@
#include "tao/Default_Stub_Factory.h"
#include "tao/Default_Endpoint_Selector_Factory.h"
#include "tao/Default_Protocols_Hooks.h"
+#include "tao/Default_Network_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"
@@ -540,6 +541,8 @@ namespace
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_Network_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);