summaryrefslogtreecommitdiff
path: root/ace/Event_Handler_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler_T.cpp')
-rw-r--r--ace/Event_Handler_T.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Event_Handler_T.cpp b/ace/Event_Handler_T.cpp
index 51a03f62310..cbe9676a58e 100644
--- a/ace/Event_Handler_T.cpp
+++ b/ace/Event_Handler_T.cpp
@@ -17,7 +17,6 @@
#include "ace/Event_Handler_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Event_Handler_T)
@@ -118,8 +117,6 @@ ACE_Event_Handler_T<T>::handle_signal (int signum, siginfo_t *s, ucontext_t *u)
return this->sig_handler_ == 0 ? 0 : (this->op_handler_->*sig_handler_) (signum, s, u);
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_TEMPLATE_TYPEDEFS */
#endif /* ACE_EVENT_HANDLER_T_CPP */