#include <Supplier.h>
Inheritance diagram for TAO_NS_Supplier:
Public Methods | |
TAO_NS_Supplier (TAO_NS_ProxyConsumer *proxy) | |
Constuctor. More... | |
~TAO_NS_Supplier () | |
Destructor. More... | |
TAO_NS_ProxyConsumer * | proxy_consumer (void) |
Access Specific Proxy. More... | |
virtual TAO_NS_Proxy * | proxy (void) |
Access Base Proxy. More... | |
Protected Methods | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL) |
Dispatch updates implementation. More... | |
Protected Attributes | |
TAO_NS_ProxyConsumer * | proxy_ |
The proxy that we associate with. More... | |
CosNotifyComm::NotifySubscribe_var | subscribe_ |
Interface that accepts subscription_changes. More... |
|
Constuctor.
|
|
Destructor.
|
|
Dispatch updates implementation.
Reimplemented from TAO_NS_Peer. |
|
Access Base Proxy.
Reimplemented from TAO_NS_Peer. |
|
Access Specific Proxy.
|
|
The proxy that we associate with.
|
|
Interface that accepts subscription_changes.
|