summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_Adapters.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Queue_Adapters.inl')
-rw-r--r--ACE/ace/Timer_Queue_Adapters.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Queue_Adapters.inl b/ACE/ace/Timer_Queue_Adapters.inl
index ad5129f73fd..e9a0c161342 100644
--- a/ACE/ace/Timer_Queue_Adapters.inl
+++ b/ACE/ace/Timer_Queue_Adapters.inl
@@ -2,7 +2,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<class TQ, class TYPE> ACE_INLINE TQ *
-ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::timer_queue (void) const
+ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::timer_queue () const
{
return this->timer_queue_;
}
@@ -20,7 +20,7 @@ ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::timer_queue (TQ *tq)
}
template<class TQ, class TYPE> ACE_INLINE ACE_thread_t
-ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::thr_id (void) const
+ACE_Thread_Timer_Queue_Adapter<TQ, TYPE>::thr_id () const
{
return this->thr_id_;
}