summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Thread_Pool.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Thread_Pool.inl')
-rw-r--r--TAO/tao/RTCORBA/Thread_Pool.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/Thread_Pool.inl b/TAO/tao/RTCORBA/Thread_Pool.inl
index a08e0dffc39..8b37bbb0a0b 100644
--- a/TAO/tao/RTCORBA/Thread_Pool.inl
+++ b/TAO/tao/RTCORBA/Thread_Pool.inl
@@ -52,7 +52,7 @@ TAO_Thread_Lane::dynamic_threads () const
ACE_INLINE
TAO_Thread_Lane_Resources &
-TAO_Thread_Lane::resources (void)
+TAO_Thread_Lane::resources ()
{
return this->resources_;
}
@@ -129,7 +129,7 @@ TAO_Thread_Pool::max_request_buffer_size () const
ACE_INLINE
TAO_Thread_Lane **
-TAO_Thread_Pool::lanes (void)
+TAO_Thread_Pool::lanes ()
{
return this->lanes_;
}