summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index a9e1028e32d..8b2d19f52c5 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -1930,13 +1930,13 @@ TAO_ORB_Core::service_context_list (
ACE_ENV_ARG_DECL)
{
// @NOTE: Can use Interceptors instead..
- this->protocols_hooks_->rt_service_context (stub,
+ this->policy_protocols_hooks_->rt_service_context (stub,
service_context,
restart
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
- this->protocols_hooks_->np_service_context (stub,
+ this->network_priority_protocols_hooks_->np_service_context (stub,
service_context,
restart
ACE_ENV_ARG_PARAMETER);