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, 3 insertions, 5 deletions
diff --git a/ace/Obstack_T.h b/ace/Obstack_T.h
index 3e24ab31925..d070b011bea 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 */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// #include "ace/Basic_Types.h"
class ACE_Allocator;
/**
- * @class ACE_Obstack_T
+ * @class ACE_Obstack
*
* @brief Define a simple "mark and release" memory allocation utility.
*
@@ -116,8 +116,6 @@ protected:
class ACE_Obchunk *curr_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Obstack_T.inl"
#endif /* __ACE_INLINE__ */