summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i
index 2192a5382bd..549a3af4840 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.i
@@ -24,10 +24,10 @@ TAO_EC_Event_Channel::supplier_admin (void) const
return this->supplier_admin_;
}
-ACE_INLINE TAO_EC_Timer_Module*
-TAO_EC_Event_Channel::timer_module (void) const
+ACE_INLINE TAO_EC_Timeout_Generator*
+TAO_EC_Event_Channel::timeout_generator (void) const
{
- return this->timer_module_;
+ return this->timeout_generator_;
}
ACE_INLINE TAO_EC_ProxyPushSupplier*