summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl
index 993cda700a7..a5cf13695a9 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.inl
@@ -58,7 +58,7 @@ TAO_ESF_Proxy_RB_Tree<PROXY>::end (void)
}
template<class PROXY> ACE_INLINE size_t
-TAO_ESF_Proxy_RB_Tree<PROXY>::size (void) const
+TAO_ESF_Proxy_RB_Tree<PROXY>::size () const
{
return this->impl_.current_size ();
}