summaryrefslogtreecommitdiff
path: root/ace/Lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Lock.cpp')
-rw-r--r--ace/Lock.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Lock.cpp b/ace/Lock.cpp
index e0ea8397846..dca934b8067 100644
--- a/ace/Lock.cpp
+++ b/ace/Lock.cpp
@@ -8,6 +8,8 @@
ACE_RCSID(ace, Lock, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Lock::~ACE_Lock (void)
{
}
@@ -82,3 +84,5 @@ ACE_Adaptive_Lock::dump (void) const
// return this->lock_->dump ();
#endif /* ACE_HAS_DUMP */
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL