summaryrefslogtreecommitdiff
path: root/ace/Obstack_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obstack_T.h')
-rw-r--r--ace/Obstack_T.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Obstack_T.h b/ace/Obstack_T.h
index d070b011bea..3e24ab31925 100644
--- a/ace/Obstack_T.h
+++ b/ace/Obstack_T.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -22,12 +22,12 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// #include "ace/Basic_Types.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Allocator;
/**
- * @class ACE_Obstack
+ * @class ACE_Obstack_T
*
* @brief Define a simple "mark and release" memory allocation utility.
*
@@ -116,6 +116,8 @@ protected:
class ACE_Obchunk *curr_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Obstack_T.inl"
#endif /* __ACE_INLINE__ */