summaryrefslogtreecommitdiff
path: root/ace/Lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Lock.h')
-rw-r--r--ace/Lock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Lock.h b/ace/Lock.h
index 3a8eac292e4..68bacb35dd8 100644
--- a/ace/Lock.h
+++ b/ace/Lock.h
@@ -22,8 +22,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Lock
*
@@ -151,8 +149,6 @@ protected:
ACE_Lock *lock_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Lock.inl"
#endif /* __ACE_INLINE__ */