summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Wheel.h')
-rw-r--r--ace/Timer_Wheel.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/Timer_Wheel.h b/ace/Timer_Wheel.h
index 307e56b5542..cdd967bd9bd 100644
--- a/ace/Timer_Wheel.h
+++ b/ace/Timer_Wheel.h
@@ -1,4 +1,5 @@
-// -*- C++ -*-
+
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -21,9 +22,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_Wheel_T<ACE_Event_Handler *,
@@ -36,7 +35,5 @@ typedef ACE_Timer_Wheel_Iterator_T<ACE_Event_Handler *,
ACE_SYNCH_RECURSIVE_MUTEX>
ACE_Timer_Wheel_Iterator;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_TIMER_WHEEL_H */