summaryrefslogtreecommitdiff
path: root/ace/Process_Semaphore.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process_Semaphore.inl')
-rw-r--r--ace/Process_Semaphore.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Process_Semaphore.inl b/ace/Process_Semaphore.inl
index 98c29c9b9b6..8470291233c 100644
--- a/ace/Process_Semaphore.inl
+++ b/ace/Process_Semaphore.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
#if defined (ACE_WIN32) || defined (ACE_HAS_POSIX_SEM) || defined (ACE_PSOS)
ACE_INLINE const ACE_sema_t &
ACE_Process_Semaphore::lock (void) const
@@ -62,5 +59,3 @@ ACE_Process_Semaphore::tryacquire_write_upgrade (void)
{
return 0;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL