TAO_EC_Consumer_Proxy_Disconnect_Functor Struct Reference

Implements a functor for the TAO_EC_Consumer_Proxy_Disconnector class. More...

#include <EC_Proxy_Disconnector.h>

List of all members.

Public Types

typedef RtecEventComm::PushConsumer_ptr argument

Public Member Functions

void operator() (RtecEventComm::PushConsumer_ptr consumer) throw ()
 Disconnect from consumer.


Detailed Description

Implements a functor for the TAO_EC_Consumer_Proxy_Disconnector class.

Definition at line 52 of file EC_Proxy_Disconnector.h.


Member Typedef Documentation

typedef RtecEventComm::PushConsumer_ptr TAO_EC_Consumer_Proxy_Disconnect_Functor::argument
 

Definition at line 54 of file EC_Proxy_Disconnector.h.


Member Function Documentation

void TAO_EC_Consumer_Proxy_Disconnect_Functor::operator() RtecEventComm::PushConsumer_ptr  consumer  )  throw ()
 

Disconnect from consumer.

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 }


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 13:14:27 2006 for TAO_RTEvent by doxygen 1.3.6