#include <EC_Gateway_UDP.h>
Inheritance diagram for TAO_ECG_Mcast_EH::Observer
Public Methods | |
Observer (TAO_ECG_Mcast_EH* eh) | |
We report changes in the EC subscriptions to the event handler. | |
virtual void | update_consumer ( const RtecEventChannelAdmin::ConsumerQOS& sub, CORBA::Environment &env = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | update_supplier ( const RtecEventChannelAdmin::SupplierQOS& pub, CORBA::Environment &env = TAO_default_environment ()) throw (CORBA::SystemException) |
Private Attributes | |
TAO_ECG_Mcast_EH* | eh_ |
Our callback object. |
As the subscriptions on the EC change we also change the mcast groups that we join. We could use the TIE classes, but they don't work in all compilers.
|
We report changes in the EC subscriptions to the event handler.
|
|
|
|
|
|
Our callback object.
|