Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / StructuredPushConsumer.cpp
blob1de6725538b41d1a94990f0ae2dc74574135009c
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 ()
23 void
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);
29 void
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 ();
36 void
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);
44 void
45 TAO_Notify_Tests_StructuredPushConsumer::push_structured_event
46 (const CosNotification::StructuredEvent &/*notification*/
49 // NOP