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, 5 insertions, 1 deletions
diff --git a/ace/Unbounded_Queue.h b/ace/Unbounded_Queue.h
index fca8b344d30..39314168da8 100644
--- a/ace/Unbounded_Queue.h
+++ b/ace/Unbounded_Queue.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -23,6 +23,8 @@
// For size_t under Chorus
#include "ace/os_include/os_stddef.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Allocator;
template <class T>
@@ -278,6 +280,8 @@ protected:
ACE_Allocator *allocator_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Unbounded_Queue.inl"
#endif /* __ACE_INLINE__ */