summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp12
1 files changed, 12 insertions, 0 deletions
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"
@@ -537,6 +541,14 @@ 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_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);