summaryrefslogtreecommitdiff
path: root/ace/Malloc_Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_Allocator.h')
-rw-r--r--ace/Malloc_Allocator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Malloc_Allocator.h b/ace/Malloc_Allocator.h
index 4fecb2a3d6a..f70555a74da 100644
--- a/ace/Malloc_Allocator.h
+++ b/ace/Malloc_Allocator.h
@@ -34,6 +34,8 @@
#endif /* ACE_HAS_MALLOC_STATS */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_New_Allocator
*
@@ -133,6 +135,8 @@ protected:
size_t offset_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Malloc_Allocator.inl"
#endif /* __ACE_INLINE__ */