#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 52 of file EC_Proxy_Disconnector.h.
|
|
Definition at line 54 of file EC_Proxy_Disconnector.h. |
|
|
Disconnect from
Definition at line 31 of file EC_Proxy_Disconnector.cpp. References ACE_CATCHALL, ACE_DECLARE_NEW_CORBA_ENV, ACE_ENDTRY, ACE_ENV_SINGLE_ARG_PARAMETER, ACE_TRY, and ACE_TRY_CHECK.
00034 {
00035 ACE_DECLARE_NEW_CORBA_ENV;
00036 ACE_TRY
00037 {
00038 consumer->disconnect_push_consumer (ACE_ENV_SINGLE_ARG_PARAMETER);
00039 ACE_TRY_CHECK;
00040 }
00041 ACE_CATCHALL
00042 {
00043 }
00044 ACE_ENDTRY;
00045 }
|
1.3.6