summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel_T.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Wed Aug 18 22:45:24 1999 Douglas C. Schmidt ↵schmidt1999-08-191-1/+1
| | | | <schmidt@mambo.cs.wustl.edu>
* ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt ↵schmidt1999-08-181-12/+13
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Tue Aug 17 19:10:00 1999 Darrell Brunsch <brunsch@cs.wustl.edu>brunsch1999-08-181-0/+7
|
* replace () around #pragma implementation argumentlevine1999-01-201-1/+1
|
* removed () from #pragma implementation argumentlevine1998-12-151-1/+1
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-201-26/+26
| | | | once, if possible
* Basic_Types.hschmidt1998-10-171-1/+1
|
* .schmidt1998-10-141-0/+4
|
* See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1998-05-161-0/+3
|
* Added pure virtual get_first() method to Timer_Queue_T. Addedbrunsch1998-01-181-0/+3
| | | | | implementations to Timer_Wheel and Timer_Hash. Timer_Heap and Timer_List already had implementations.
* *** empty log message ***schmidt1997-12-211-3/+2
|
* *** empty log message ***irfan1997-11-291-2/+2
|
* *** empty log message ***irfan1997-11-291-2/+2
|
* Replaced ACE_HPUX_BROKEN_TEMPLATES with ACE_HAS_BROKEN_HPUX_TEMPLATES.Steve Huston1997-10-231-2/+2
|
* ChangeLogTag:Fri Oct 17 21:58:04 1997 Carlos O'Ryan ↵coryan1997-10-181-2/+2
| | | | <coryan@macarena.cs.wustl.edu>
* *** empty log message ***schmidt1997-10-041-13/+13
|
* ChangeLogTag:Wed Sep 3 21:38:18 1997 Carlos O'Ryan ↵coryan1997-09-041-1/+1
| | | | <coryan@polka.cs.wustl.edu>
* wrapper unimplemented template class copy constructor and assignment ↵levine1997-08-011-2/+2
| | | | operator with ACE_UNIMPLEMENTED_FUNC
* Put the id string at the beginning of the filesbrunsch1997-07-241-0/+2
|
* Added expire() to get rid of Sun CC 4.2 warnings.brunsch1997-06-261-1/+6
|
* Including Timer_Queue_T.h instead of Timer_Queue.hbrunsch1997-06-101-1/+1
|
* *** empty log message ***brunsch1997-06-041-54/+63
|
* *** empty log message ***irfan1997-05-061-22/+22
|
* *** empty log message ***schmidt1997-05-031-5/+5
|
* *** empty log message ***schmidt1997-05-011-1/+1
|
* *** empty log message ***schmidt1997-05-011-2/+2
|
* Changed to use constants ACE_DEFAULT_TIMER_WHEEL_*brunsch1997-04-291-4/+12
|
* *** empty log message ***schmidt1997-04-281-9/+9
|
* *** empty log message ***schmidt1997-04-271-12/+15
|
* Added this file. Contains the class definition for the timing wheelbrunsch1997-04-271-0/+183
implementation of ACE_Timer_Queue_T.