summaryrefslogtreecommitdiff
path: root/TAO/local/bin/Event_Service/Event_Channel.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/local/bin/Event_Service/Event_Channel.i')
-rw-r--r--TAO/local/bin/Event_Service/Event_Channel.i26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/local/bin/Event_Service/Event_Channel.i b/TAO/local/bin/Event_Service/Event_Channel.i
index 7cfff7fb0a9..304a8e321d9 100644
--- a/TAO/local/bin/Event_Service/Event_Channel.i
+++ b/TAO/local/bin/Event_Service/Event_Channel.i
@@ -816,32 +816,6 @@ ACE_ES_Dependency_Iterator::first_rt_info (void)
// ************************************************************
ACE_INLINE
-ACE_Timeprobe::ACE_Timeprobe ()
- : current_slot_ (0)
-{
-}
-
-ACE_INLINE
-ACE_Timeprobe::~ACE_Timeprobe ()
-{
-}
-
-ACE_INLINE void
-ACE_Timeprobe::destroy ()
-{
- delete instance_;
- instance_ = 0;
-}
-
-ACE_INLINE void
-ACE_Timeprobe::reset()
-{
- current_slot_ = 0;
-}
-
-// ************************************************************
-
-ACE_INLINE
ACE_ES_Conjunction_Group::ACE_ES_Conjunction_Group (void) :
forward_value_ (0)
{