summaryrefslogtreecommitdiff
path: root/ace/Event_Handler_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler_T.inl')
-rw-r--r--ace/Event_Handler_T.inl4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Event_Handler_T.inl b/ace/Event_Handler_T.inl
index 5d2e31ab81e..f5d85f862b5 100644
--- a/ace/Event_Handler_T.inl
+++ b/ace/Event_Handler_T.inl
@@ -2,9 +2,9 @@
//
// $Id$
+
#include "ace/Global_Macros.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<class T> ACE_INLINE void
ACE_Event_Handler_T<T>::op_handler (T *op)
@@ -131,5 +131,3 @@ ACE_Event_Handler_T<T>::sig_handler (ACE_TYPENAME ACE_Event_Handler_T<T>::SIG_HA
ACE_TRACE ("ACE_Event_Handler_T<T>::sig_handler");
this->sig_handler_ = h;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL