summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp')
-rw-r--r--TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp
index 3b4794d1e1c..0a82262585e 100644
--- a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp
+++ b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp
@@ -247,7 +247,7 @@ MIF_Scheduler::send_request (PortableInterceptor::ClientRequestInfo_ptr ri
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
@@ -427,7 +427,7 @@ MIF_Scheduler::send_reply (PortableInterceptor::ServerRequestInfo_ptr ri
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.