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 51 of file EC_Proxy_Disconnector.h.


Member Typedef Documentation

typedef RtecEventComm::PushConsumer_ptr TAO_EC_Consumer_Proxy_Disconnect_Functor::argument
 

Definition at line 53 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 27 of file EC_Proxy_Disconnector.cpp.

00029 {
00030   try
00031     {
00032       consumer->disconnect_push_consumer ();
00033     }
00034   catch (...)
00035     {
00036     }
00037 }


The documentation for this struct was generated from the following files:
Generated on Sun Jan 27 13:42:01 2008 for TAO_RTEvent by doxygen 1.3.6