diff options
Diffstat (limited to 'ace/Mutex.cpp')
-rw-r--r-- | ace/Mutex.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Mutex.cpp b/ace/Mutex.cpp index a427703eca5..83261c5d39d 100644 --- a/ace/Mutex.cpp +++ b/ace/Mutex.cpp @@ -15,6 +15,7 @@ ACE_RCSID (ace, Mutex, "$Id$") +ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_ALLOC_HOOK_DEFINE(ACE_Mutex) @@ -120,3 +121,5 @@ ACE_Mutex::~ACE_Mutex (void) // ACE_TRACE ("ACE_Mutex::~ACE_Mutex"); this->remove (); } + +ACE_END_VERSIONED_NAMESPACE_DECL |