summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Event_Channel.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
index 95618c081de..2a597943068 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.i
@@ -11,6 +11,12 @@ const unsigned int ACE_INT2BIT[32] =
// **************************************************
+ACE_INLINE RtecEventChannelAdmin::ProxyPushConsumer_ptr
+ACE_Push_Supplier_Proxy::get_ref (CORBA::Environment &env)
+{
+ return this->_this (env);
+}
+
ACE_INLINE int
ACE_Push_Supplier_Proxy::connected (void)
{
@@ -50,6 +56,12 @@ ACE_Push_Supplier_Proxy::qos (void) const
// **************************************************
+ACE_INLINE RtecEventChannelAdmin::ProxyPushSupplier_ptr
+ACE_Push_Consumer_Proxy::get_ref (CORBA::Environment &env)
+{
+ return this->_this (env);
+}
+
ACE_INLINE RtecEventChannelAdmin::ConsumerQOS &
ACE_Push_Consumer_Proxy::qos (void)
{