summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Unbounded_Set.h')
-rw-r--r--ACE/ace/Unbounded_Set.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Unbounded_Set.h b/ACE/ace/Unbounded_Set.h
index 70a9f63e3f7..9a235126c08 100644
--- a/ACE/ace/Unbounded_Set.h
+++ b/ACE/ace/Unbounded_Set.h
@@ -50,7 +50,7 @@ public:
// = Initialization method.
ACE_Unbounded_Set_Iterator (ACE_Unbounded_Set<T> &s, bool end = false);
-
+
ACE_Unbounded_Set_Iterator (const base_type &s);
};
@@ -63,13 +63,13 @@ class ACE_Unbounded_Set_Const_Iterator : public
ACE_Unbounded_Set_Ex_Const_Iterator<T, ACE_Unbounded_Set_Default_Comparator<T> >
{
public:
-
+
typedef ACE_Unbounded_Set_Ex_Const_Iterator<T, ACE_Unbounded_Set_Default_Comparator<T> > base_type;
-
+
// = Initialization method.
ACE_Unbounded_Set_Const_Iterator (const ACE_Unbounded_Set<T> &s,
bool end = false);
-
+
ACE_Unbounded_Set_Const_Iterator (const base_type &s);
};