Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / SequencePushConsumer.cpp
blob78c0ffbe9a11ddf7eec939cfe2e299c743074131
1 #include "SequencePushConsumer.h"
3 #if ! defined (__ACE_INLINE__)
4 #include "SequencePushConsumer.inl"
5 #endif /* __ACE_INLINE__ */
8 TAO_Notify_Tests_SequencePushConsumer_Traits::TAO_Notify_Tests_SequencePushConsumer_Traits ()
9 :type_ (CosNotifyChannelAdmin::SEQUENCE_EVENT)
13 /*******************************************************************/
15 TAO_Notify_Tests_SequencePushConsumer::TAO_Notify_Tests_SequencePushConsumer ()
19 TAO_Notify_Tests_SequencePushConsumer::~TAO_Notify_Tests_SequencePushConsumer ()
23 void
24 TAO_Notify_Tests_SequencePushConsumer::connect_to_peer (Proxy_Traits::PTR proxy_ptr, Peer_Traits::PTR peer_ptr)
26 proxy_ptr->connect_sequence_push_consumer (peer_ptr);
29 void
30 TAO_Notify_Tests_SequencePushConsumer::disconnect_from_proxy ()
32 ACE_DEBUG((LM_DEBUG, "\nPush Consumer disconnecting from supplier.\n"));
33 this->proxy_->disconnect_sequence_push_supplier ();
36 void
37 TAO_Notify_Tests_SequencePushConsumer::disconnect_sequence_push_consumer ()
39 bool this_method_used_only_by_notify_service = false;
40 ACE_ASSERT(this_method_used_only_by_notify_service);
41 ACE_UNUSED_ARG(this_method_used_only_by_notify_service);
44 void
45 TAO_Notify_Tests_SequencePushConsumer::push_structured_events
46 (const CosNotification::EventBatch &/*notifications*/
49 // NOP