summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h
index c30d800ba86..da157a43385 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.h
@@ -39,7 +39,7 @@ public:
TAO_NS_ProxyConsumer (void);
/// Destructor
- ~TAO_NS_ProxyConsumer ();
+ ~TAO_NS_ProxyConsumer ();
/// Connect
void connect (TAO_NS_Supplier* supplier ACE_ENV_ARG_DECL)
@@ -56,6 +56,12 @@ public:
virtual void push (TAO_NS_Event_var &event);
+ /// Access our Peer.
+ virtual TAO_NS_Peer* peer (void);
+
+ /// Access the Supplier
+ TAO_NS_Supplier* supplier (void);
+
protected:
/// Return 1 if connected
int is_connected (void);