summaryrefslogtreecommitdiff
path: root/ace/Event_Handler_T.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit2aa4f50f829476ae276ba391127cc7266f603c96 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Event_Handler_T.inl
parent28934d0116426fa37e2a562cfa0d95fa34241051 (diff)
downloadATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Event_Handler_T.inl')
-rw-r--r--ace/Event_Handler_T.inl4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Event_Handler_T.inl b/ace/Event_Handler_T.inl
index f5d85f862b5..5d2e31ab81e 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,3 +131,5 @@ 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