summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-05-17 11:22:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-05-17 11:22:14 +0000
commite5bdea758c27133826b893eb45c8f896f2218fce (patch)
treedb81e21da2ec66afe55df06adb638a310479b16a /TAO/orbsvcs/orbsvcs/ESF
parentd8433e96e86db699d6cfa2f71c1215aa906d220c (diff)
downloadATCD-e5bdea758c27133826b893eb45c8f896f2218fce.tar.gz
ChangeLogTag: Mon May 17 11:22:23 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.i b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.i
index e8a032a4104..0ba0e20e129 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.i
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.i
@@ -11,15 +11,15 @@ TAO_ESF_Proxy_RB_Tree_Iterator<PROXY>::
}
template<class PROXY> ACE_INLINE bool
-TAO_ESF_Proxy_RB_Tree_Iterator<PROXY>::
- operator == (const TAO_ESF_Proxy_RB_Tree_Iterator<PROXY> &rhs) const
+TAO_ESF_Proxy_RB_Tree_Iterator<PROXY>::operator == (
+ const TAO_ESF_Proxy_RB_Tree_Iterator<PROXY> &rhs) const
{
return this->impl_ == rhs.impl_;
}
template<class PROXY> ACE_INLINE bool
-TAO_ESF_Proxy_RB_Tree_Iterator<PROXY>::
- operator != (const TAO_ESF_Proxy_RB_Tree_Iterator<PROXY> &rhs) const
+TAO_ESF_Proxy_RB_Tree_Iterator<PROXY>::operator != (
+ const TAO_ESF_Proxy_RB_Tree_Iterator<PROXY> &rhs) const
{
return this->impl_ != rhs.impl_;
}