#include <Supplier.h>
Inheritance diagram for TAO_Notify_Supplier:
Public Member Functions | |
TAO_Notify_Supplier (TAO_Notify_ProxyConsumer *proxy) | |
Constuctor. | |
virtual | ~TAO_Notify_Supplier () |
Destructor. | |
TAO_Notify_ProxyConsumer * | proxy_consumer (void) |
Access Specific Proxy. | |
virtual TAO_Notify_Proxy * | proxy (void) |
Access Base Proxy. | |
Protected Member Functions | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL) |
Dispatch updates implementation. | |
Protected Attributes | |
TAO_Notify_ProxyConsumer * | proxy_ |
The proxy that we associate with. | |
CosNotifyComm::NotifySubscribe_var | subscribe_ |
Interface that accepts subscription_changes. |
|
Constuctor.
|
|
Destructor.
|
|
Dispatch updates implementation.
Implements TAO_Notify_Peer. |
|
Access Base Proxy.
Implements TAO_Notify_Peer. |
|
Access Specific Proxy.
|
|
The proxy that we associate with.
|
|
Interface that accepts subscription_changes.
|