summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Heap_T.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-161-2/+0
|
* Removed AIX supportJohnny Willemsen2023-01-161-4/+0
|
* Fix more blank line issuesKnut Petter Svendsen2022-09-091-1/+0
|
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-091-5/+5
|
* Remove redundant voidJohnny Willemsen2020-12-171-17/+17
|
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-191-1/+0
|
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-0/+6
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Mon Dec 19 13:28:16 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Abstract_Timer_Queue.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.inl: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Wheel_T.h: * ace/Timer_Wheel_T.cpp: Added close() method. * ace/Dev_Poll_Reactor.cpp: * ace/Proactor.cpp: * ace/Select_Reactor_T.cpp: * ace/WFMO_Reactor.cpp: Implemented support for timer queue close (). The rationale for these changes is that when using reactors with user defined timer queues the reactor does not delete the timer queue when being deleted itself. Without any other cleanup this created the possibility (as encountered in TAO/tests/Bug_3837_Regression after introduction of the TIME_POLICY changes) of outstanding timer handlers in the queue being triggered and attempting to access the reactor after the reactor has been destroyed. Calling close () for timer queues the reactor does not delete solves this potential problem.
* Thu Dec 15 13:12:39 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | * ace/Event_Handler_Handle_Timeout_Upcall.inl: * ace/Event_Handler_Handle_Timeout_Upcall.cpp: * ace/Proactor.cpp: * ace/Timer_Hash.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap.h: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List.h: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.cpp: * ace/Timer_Wheel.h: * ace/Timer_Wheel_T.h: Fuzz. Removed tab character
* Thu Dec 15 11:00:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-151-18/+17
| | | | | | Merged timer_policy branch.
* Thu Feb 26 12:26:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * ace/Addr.cpp: Layout change * ace/Event_Handler.h: * ace/Free_List.h: * ace/Logging_Strategy.h: * ace/Process_Manager.h: * ace/Select_Reactor_Base.h: * ace/Select_Reactor_T.h: * ace/SSL/SSL_SOCK_Acceptor.inl: * ace/Timer_Heap_T.h: * ace/Timer_Wheel_T.h: Doxygen change * ace/Service_Config.cpp: * ace/Service_Gestalt.cpp: * ace/Service_Gestalt.h: Changed the default value of the logger_key argument to open to 0. That way we can easier check if the user has overridden the default. Also check the logger_key in Service_Gestalt, so that it can be set through TAO. This fixes bugzilla 3597
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+338
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-338/+0
|
* Fri Nov 2 07:48:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-021-5/+5
|
* ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 ↵Ossama Othman2007-09-201-2/+2
| | | | <ossama_othman at symantec dot com>
* Thu Sep 20 06:59:15 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-201-16/+16
|
* Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-241-6/+6
|
* Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-231-6/+6
|
* Thu Nov 9 10:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-11-091-2/+2
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+338