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, 1 insertions, 6 deletions
diff --git a/ace/Guard_T.inl b/ace/Guard_T.inl
index 8c2e281f447..0ce34431d2c 100644
--- a/ace/Guard_T.inl
+++ b/ace/Guard_T.inl
@@ -1,11 +1,8 @@
-// -*- 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)
{
@@ -167,5 +164,3 @@ ACE_Read_Guard<ACE_LOCK>::ACE_Read_Guard (ACE_LOCK &m,
else
this->tryacquire_read ();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL