summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Heap.h')
-rw-r--r--ace/Timer_Heap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Timer_Heap.h b/ace/Timer_Heap.h
index a0c9301ebc8..e40ca3f0f39 100644
--- a/ace/Timer_Heap.h
+++ b/ace/Timer_Heap.h
@@ -20,9 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-// The following typedefs are here for ease of use and backward
+// The following typedef are here for ease of use and backward
// compatibility.
typedef ACE_Timer_Heap_T<ACE_Event_Handler *,
@@ -35,7 +33,5 @@ typedef ACE_Timer_Heap_Iterator_T<ACE_Event_Handler *,
ACE_SYNCH_RECURSIVE_MUTEX>
ACE_Timer_Heap_Iterator;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_TIMER_HEAP_H */