summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 19:59:34 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 19:59:34 +0000
commit04900f04165623609d42abe10344c06f78412e4e (patch)
treeda5d7b5588739f8cc36a0ea87efa931df8c650fc /TAO/orbsvcs
parent820f49c40744de52a6d1ce3038dc9610214844ae (diff)
downloadATCD-04900f04165623609d42abe10344c06f78412e4e.tar.gz
ChangeLogTag: Thu Jan 4 19:55:35 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com>
Fixed warnings in RTEMS build.
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp
index bf90caafbd2..222e4a5172d 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp
@@ -64,8 +64,8 @@ TAO_Notify_SequencePushConsumer::init (CosNotifyComm::SequencePushConsumer_ptr p
CosNotifyComm::SequencePushConsumer::_unchecked_narrow(obj.in());
ACE_TRY_CHECK;
- this->push_consumer_ = CosNotifyComm::SequencePushConsumer::_duplicate (new_push_consumer);
- this->publish_ = CosNotifyComm::NotifyPublish::_duplicate (new_push_consumer);
+ this->push_consumer_ = CosNotifyComm::SequencePushConsumer::_duplicate (new_push_consumer.in());
+ this->publish_ = CosNotifyComm::NotifyPublish::_duplicate (new_push_consumer.in());
//--cj verify dispatching ORB
if (TAO_debug_level >= 10)