summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp')
-rw-r--r--TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp
index 60d8807e64e..f5eff6efbed 100644
--- a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp
+++ b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp
@@ -264,7 +264,7 @@ Fixed_Priority_Scheduler::send_request (PortableInterceptor::ClientRequestInfo_p
ACE_TRY_NEW_ENV
{
sc.context_data =
- ACE_reinterpret_cast(IOP::ServiceContext::_tao_seq_Octet &,
+ ACE_reinterpret_cast(IOP::ServiceContext::_tao_seq_Octet_context_data &,
*codec_->encode (sc_qos_as_any));
}
ACE_CATCHANY
@@ -445,7 +445,7 @@ Fixed_Priority_Scheduler::send_reply (PortableInterceptor::ServerRequestInfo_ptr
sc_qos_as_any <<= sc_qos;
sc.context_data = ACE_reinterpret_cast(
- IOP::ServiceContext::_tao_seq_Octet &,
+ IOP::ServiceContext::_tao_seq_Octet_context_data &,
*codec_->encode (sc_qos_as_any));
// Add this context to the service context list.