From 476508361329e0c9a431fdbc86344c3a6caf0571 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 3 Jul 1999 18:26:32 +0000 Subject: ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt --- ace/WFMO_Reactor.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ace/WFMO_Reactor.cpp') diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp index f30e0545bc5..8b541928394 100644 --- a/ace/WFMO_Reactor.cpp +++ b/ace/WFMO_Reactor.cpp @@ -1042,7 +1042,9 @@ ACE_WFMO_Reactor::open (size_t size, if (tq == 0) { - ACE_NEW_RETURN (this->timer_queue_, ACE_Timer_Heap, -1); + ACE_NEW_RETURN (this->timer_queue_, + ACE_Timer_Heap, + -1); this->delete_timer_queue_ = 1; } else @@ -1057,7 +1059,9 @@ ACE_WFMO_Reactor::open (size_t size, if (sh == 0) { - ACE_NEW_RETURN (this->signal_handler_, ACE_Sig_Handler, -1); + ACE_NEW_RETURN (this->signal_handler_, + ACE_Sig_Handler, + -1); this->delete_signal_handler_ = 1; } else -- cgit v1.2.1