summaryrefslogtreecommitdiff
path: root/ace/Guard_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Guard_T.inl')
-rw-r--r--ace/Guard_T.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Guard_T.inl b/ace/Guard_T.inl
index 0ce34431d2c..8c2e281f447 100644
--- a/ace/Guard_T.inl
+++ b/ace/Guard_T.inl
@@ -1,8 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
#include "ace/RW_Thread_Mutex.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class ACE_LOCK> ACE_INLINE int
ACE_Guard<ACE_LOCK>::acquire (void)
{
@@ -164,3 +167,5 @@ ACE_Read_Guard<ACE_LOCK>::ACE_Read_Guard (ACE_LOCK &m,
else
this->tryacquire_read ();
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL