summaryrefslogtreecommitdiff
path: root/ace/Event_Handler_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler_T.h')
-rw-r--r--ace/Event_Handler_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Event_Handler_T.h b/ace/Event_Handler_T.h
index 1352a65d486..71c97bcf4a8 100644
--- a/ace/Event_Handler_T.h
+++ b/ace/Event_Handler_T.h
@@ -22,6 +22,8 @@
#if defined (ACE_HAS_TEMPLATE_TYPEDEFS)
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Event_Handler_T
*
@@ -170,6 +172,8 @@ protected:
GET_HANDLE get_handle_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Event_Handler_T.inl"
#endif /* __ACE_INLINE__ */