summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Consumer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Consumer.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl b/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
index 882affd00ff..b2d9cde26c9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Consumer.inl
@@ -1,3 +1,17 @@
// $Id$
#include "Consumer.h"
+
+ACE_INLINE
+TAO_NS_ProxySupplier*
+TAO_NS_Consumer::proxy_supplier (void)
+{
+ return this->proxy_;
+}
+
+ACE_INLINE void
+TAO_NS_Consumer::event_dispatch_observer (TAO_NS_Event_Dispatch_Observer* event_dispatch_observer)
+{
+ this->event_dispatch_observer_ = event_dispatch_observer;
+}
+