summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Unbounded_Queue.h')
-rw-r--r--ACE/ace/Unbounded_Queue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Unbounded_Queue.h b/ACE/ace/Unbounded_Queue.h
index 1a660ad2a3d..cb0c748f9df 100644
--- a/ACE/ace/Unbounded_Queue.h
+++ b/ACE/ace/Unbounded_Queue.h
@@ -36,7 +36,6 @@ template <class T>
class ACE_Unbounded_Queue_Iterator
{
public:
- // = Initialization method.
ACE_Unbounded_Queue_Iterator (ACE_Unbounded_Queue<T> &q, int end = 0);
// = Iteration methods.
@@ -79,7 +78,6 @@ template <class T>
class ACE_Unbounded_Queue_Const_Iterator
{
public:
- // = Initialization method.
ACE_Unbounded_Queue_Const_Iterator (const ACE_Unbounded_Queue<T> &q, int end = 0);
// = Iteration methods.
@@ -154,7 +152,6 @@ public:
typedef ACE_Unbounded_Queue_Iterator<T> ITERATOR;
typedef ACE_Unbounded_Queue_Const_Iterator<T> CONST_ITERATOR;
- // = Initialization and termination methods.
/// Construction. Use user specified allocation strategy
/// if specified.
/**