summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Hash_T.h
Commit message (Collapse)AuthorAgeFilesLines
* Use delete instead of ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2021-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Arg_Shifter.h: * ACE/ace/Asynch_IO.h: * ACE/ace/Auto_IncDec_T.h: * ACE/ace/Based_Pointer_Repository.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Compression/Compressor.h: * ACE/ace/Condition_T.h: * ACE/ace/Dynamic_Service.h: * ACE/ace/Free_List.h: * ACE/ace/Guard_T.h: * ACE/ace/Hash_Map_Manager_T.h: * ACE/ace/Hash_Multi_Map_Manager_T.h: * ACE/ace/IOStream_T.h: * ACE/ace/Managed_Object.h: * ACE/ace/Map_Manager.h: * ACE/ace/Map_T.h: * ACE/ace/Message_Block_T.h: * ACE/ace/Message_Queue_T.h: * ACE/ace/OS_Log_Msg_Attributes.h: * ACE/ace/Parse_Node.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/SSL/SSL_SOCK_Stream.h: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Singleton.h: * ACE/ace/Task_T.h: * ACE/ace/Timer_Hash_T.h: * ACE/ace/Timer_List_T.h:
* Remove redundant voidJohnny Willemsen2020-12-141-15/+15
|
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-191-1/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Fri Mar 7 12:02:17 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-03-071-5/+5
| | | | | | | | | | | | | | | * ace/Reactor_Token_T.cpp: Use copy constructor instead of assignment operator * ace/Timer_Hash_T.h: * ace/Timer_List_T.h: * ace/WFMO_Reactor.h: Doxygen improvements * ace/WFMO_Reactor.cpp: * ace/Timer_Heap_T.cpp: Layout changes
* ChangeLogTag:Satschmidt2012-11-061-0/+1
|
* Fri Jun 1 12:43:48 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-011-2/+2
| | | | | | | | | | | * ace/Condition_Thread_Mutex.cpp: * ace/Message_Queue_T.h: * ace/Message_Queue_T.cpp: * ace/Thread_Semaphore.h: * ace/Time_Policy.h: * ace/Timer_Hash_T.h: Doxygen fixes
* 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-3/+3
| | | | | | | | | | | | | | | | | | | | | * 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-20/+25
| | | | | | Merged timer_policy branch.
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+342
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-342/+0
|
* Wed Oct 3 19:31:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-10-031-9/+9
|
* ChangeLogTag: Wed Sep 26 16:51:47 UTC 2007 Vladimir Zykov ↵vzykov2007-09-261-2/+16
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Wed Sep 26 09:34:29 UTC 2007 Vladimir Zykov ↵vzykov2007-09-261-6/+0
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Tue Sep 25 15:55:21 UTC 2007 Vladimir Zykov ↵vzykov2007-09-251-0/+6
| | | | <vladimir.zykov@prismtech.com>
* 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-13/+13
|
* Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-231-1/+1
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+328