#include <EC_Proxy_Disconnector.h>
Public Types | |
typedef RtecEventComm::PushConsumer_ptr | argument |
Public Member Functions | |
void | operator() (RtecEventComm::PushConsumer_ptr consumer) throw () |
Disconnect from consumer . |
Definition at line 51 of file EC_Proxy_Disconnector.h.
typedef RtecEventComm::PushConsumer_ptr TAO_EC_Consumer_Proxy_Disconnect_Functor::argument |
Definition at line 53 of file EC_Proxy_Disconnector.h.
void TAO_EC_Consumer_Proxy_Disconnect_Functor::operator() | ( | RtecEventComm::PushConsumer_ptr | consumer | ) | throw () |
Disconnect from consumer
.
Definition at line 27 of file EC_Proxy_Disconnector.cpp.
00029 { 00030 try 00031 { 00032 consumer->disconnect_push_consumer (); 00033 } 00034 catch (...) 00035 { 00036 } 00037 }