summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-17 11:17:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-17 11:17:15 +0000
commitb5d4d0bf2ec728c010565f64fa4016a6802371ca (patch)
tree0e299d74f4077c4b82a88207c1a6ea16a2fffda3
parent9784ff0749a19e232700dab9bde7d6810d94761b (diff)
downloadATCD-b5d4d0bf2ec728c010565f64fa4016a6802371ca.tar.gz
-rw-r--r--TAO/tao/RTCORBA/RT_Service_Context_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_Service_Context_Handler.cpp b/TAO/tao/RTCORBA/RT_Service_Context_Handler.cpp
index 67c0b3e87e8..d6cc3e03b57 100644
--- a/TAO/tao/RTCORBA/RT_Service_Context_Handler.cpp
+++ b/TAO/tao/RTCORBA/RT_Service_Context_Handler.cpp
@@ -32,10 +32,10 @@ TAO_RT_Service_Context_Handler::process_service_context (
int
TAO_RT_Service_Context_Handler::generate_service_context (
TAO_Stub *stub,
- TAO_Transport& transport,
+ TAO_Transport&,
TAO_Operation_Details &opdetails,
- TAO_Target_Specification &spec,
- TAO_OutputCDR &msg)
+ TAO_Target_Specification &,
+ TAO_OutputCDR &)
{
TAO_RT_Stub *rt_stub =
dynamic_cast<TAO_RT_Stub *> (stub);