summaryrefslogtreecommitdiff
path: root/ace/Unbounded_Set_Ex.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 03:06:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 03:06:19 +0000
commit8a30729dc5a0364cbfb2750c94e13015ada77784 (patch)
tree517d13a21fce9eefd531d325e4edb5ba94f70e58 /ace/Unbounded_Set_Ex.cpp
parent6cc42ca0d9f466c92dd2d6d977f4bbfac9de7012 (diff)
downloadATCD-8a30729dc5a0364cbfb2750c94e13015ada77784.tar.gz
ChangeLogTag:Thu Apr 22 20:01:12 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Unbounded_Set_Ex.cpp')
-rw-r--r--ace/Unbounded_Set_Ex.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Unbounded_Set_Ex.cpp b/ace/Unbounded_Set_Ex.cpp
index c81300b316a..e59e33857f9 100644
--- a/ace/Unbounded_Set_Ex.cpp
+++ b/ace/Unbounded_Set_Ex.cpp
@@ -16,7 +16,9 @@
#include "ace/Unbounded_Set_Ex.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ace, Unbounded_Set_Ex, "$Id$")
+ACE_RCSID (ace,
+ Unbounded_Set_Ex,
+ "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Unbounded_Set_Ex)
@@ -460,14 +462,14 @@ ACE_Unbounded_Set_Ex_Iterator<T>::operator* (void)
return *retv;
}
-template <class T> int
+template <class T> bool
ACE_Unbounded_Set_Ex_Iterator<T>::operator== (const ACE_Unbounded_Set_Ex_Iterator<T> &rhs) const
{
//ACE_TRACE ("ACE_Unbounded_Set_Ex_Iterator<T>::operator==");
return (this->set_ == rhs.set_ && this->current_ == rhs.current_);
}
-template <class T> int
+template <class T> bool
ACE_Unbounded_Set_Ex_Iterator<T>::operator!= (const ACE_Unbounded_Set_Ex_Iterator<T> &rhs) const
{
//ACE_TRACE ("ACE_Unbounded_Set_Ex_Iterator<T>::operator!=");