summaryrefslogtreecommitdiff
path: root/ace/Unbounded_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Unbounded_Queue.h')
-rw-r--r--ace/Unbounded_Queue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Unbounded_Queue.h b/ace/Unbounded_Queue.h
index 39314168da8..fca8b344d30 100644
--- a/ace/Unbounded_Queue.h
+++ b/ace/Unbounded_Queue.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -23,8 +23,6 @@
// For size_t under Chorus
#include "ace/os_include/os_stddef.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
class ACE_Allocator;
template <class T>
@@ -280,8 +278,6 @@ protected:
ACE_Allocator *allocator_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Unbounded_Queue.inl"
#endif /* __ACE_INLINE__ */