summaryrefslogtreecommitdiff
path: root/ACE/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/TP_Reactor.cpp')
-rw-r--r--ACE/ace/TP_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/TP_Reactor.cpp b/ACE/ace/TP_Reactor.cpp
index f1bb31bf92f..297fea48a18 100644
--- a/ACE/ace/TP_Reactor.cpp
+++ b/ACE/ace/TP_Reactor.cpp
@@ -305,7 +305,7 @@ int
ACE_TP_Reactor::handle_timer_events (int & /*event_count*/,
ACE_TP_Token_Guard &guard)
{
- typedef ACE_Member_Function_Command<ACE_TP_Token_Guard> Guard_Release;
+ using Guard_Release = ACE_Member_Function_Command<ACE_TP_Token_Guard>;
Guard_Release release(guard, &ACE_TP_Token_Guard::release_token);
return this->timer_queue_->expire_single(release);