summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-31 17:33:15 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-31 17:33:15 +0000
commite74409684e69406372d9703301f4c21cacca4a83 (patch)
tree5cb2a6b4db7ee199bbdb699867abf44565968752
parent96a21c686f9e89e022a912cf7d336630de3a0927 (diff)
downloadATCD-e74409684e69406372d9703301f4c21cacca4a83.tar.gz
adding DS library
-rw-r--r--modules/TAO/tao/ORB_Core.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/TAO/tao/ORB_Core.cpp b/modules/TAO/tao/ORB_Core.cpp
index 0df463c089e..7278bf5f27e 100644
--- a/modules/TAO/tao/ORB_Core.cpp
+++ b/modules/TAO/tao/ORB_Core.cpp
@@ -1819,6 +1819,14 @@ TAO_ORB_Core::service_context_list (
service_context,
restart
);
+
+ // call the network priority protocols hooks that has been
+ // registered.
+ this->network_priority_protocols_hooks_->np_service_context (stub,
+ service_context,
+ restart
+ ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK;
}
TAO_Client_Strategy_Factory *