#include <EC_Per_Supplier_Filter.h>
Inheritance diagram for TAO_EC_Per_Supplier_Filter_Builder:
Public Member Functions | |
TAO_EC_Per_Supplier_Filter_Builder (TAO_EC_Event_Channel_Base *ec) | |
constructor.... | |
virtual TAO_EC_Supplier_Filter * | create (RtecEventChannelAdmin::SupplierQOS &qos) |
virtual void | destroy (TAO_EC_Supplier_Filter *filter) |
The user is returning the filter for destruction/recycling. | |
Private Attributes | |
TAO_EC_Event_Channel_Base * | event_channel_ |
The event channel. |
|
constructor....
|
|
Create the filter. The consumer is bound to the returned Supplier_Filter, it must be unbound upon destruction and/or disconnection. Implements TAO_EC_Supplier_Filter_Builder. |
|
The user is returning the filter for destruction/recycling.
Implements TAO_EC_Supplier_Filter_Builder. |
|
The event channel.
|