summaryrefslogtreecommitdiff
path: root/ace/Malloc_Allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_Allocator.cpp')
-rw-r--r--ace/Malloc_Allocator.cpp15
1 files changed, 3 insertions, 12 deletions
diff --git a/ace/Malloc_Allocator.cpp b/ace/Malloc_Allocator.cpp
index ec12aa32954..deeaffc54eb 100644
--- a/ace/Malloc_Allocator.cpp
+++ b/ace/Malloc_Allocator.cpp
@@ -1,16 +1,5 @@
// $Id$
-// FILENAME
-// Malloc_Allocator.cpp
-//
-// AUTHOR
-// Priyanka Gontla <pgontla@uci.edu>
-//
-// ==========================================================================
-
-#if !defined (ACE_MALLOC_ALLOCATOR_CPP)
-#define ACE_MALLOC_ALLOCATOR_CPP
-
#include "ace/Malloc_Allocator.h"
#include "ace/Object_Manager.h"
@@ -25,6 +14,8 @@
ACE_RCSID (ace, Malloc_Allocator, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Allocator *
ACE_Allocator::instance (void)
{
@@ -367,4 +358,4 @@ ACE_Static_Allocator_Base::dump (void) const
#endif /* ACE_HAS_DUMP */
}
-#endif /* ACE_MALLOC_ALLOCATOR_CPP */
+ACE_END_VERSIONED_NAMESPACE_DECL