1 #include "StructuredPushConsumer.h"
3 #if ! defined (__ACE_INLINE__)
4 #include "StructuredPushConsumer.inl"
5 #endif /* __ACE_INLINE__ */
8 TAO_Notify_Tests_StructuredPushConsumer_Traits::TAO_Notify_Tests_StructuredPushConsumer_Traits ()
9 :type_ (CosNotifyChannelAdmin::STRUCTURED_EVENT
)
13 /*******************************************************************/
15 TAO_Notify_Tests_StructuredPushConsumer::TAO_Notify_Tests_StructuredPushConsumer ()
19 TAO_Notify_Tests_StructuredPushConsumer::~TAO_Notify_Tests_StructuredPushConsumer ()
24 TAO_Notify_Tests_StructuredPushConsumer::connect_to_peer (Proxy_Traits::PTR proxy_ptr
, Peer_Traits::PTR peer_ptr
)
26 proxy_ptr
->connect_structured_push_consumer (peer_ptr
);
30 TAO_Notify_Tests_StructuredPushConsumer::disconnect_from_proxy ()
32 ACE_DEBUG((LM_DEBUG
, "\nPush Consumer disconnecting from supplier.\n"));
33 this->proxy_
->disconnect_structured_push_supplier ();
37 TAO_Notify_Tests_StructuredPushConsumer::disconnect_structured_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
);
45 TAO_Notify_Tests_StructuredPushConsumer::push_structured_event
46 (const CosNotification::StructuredEvent
&/*notification*/