summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel_T.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag: Mon May 27 07:53:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-05-271-2/+2
* ChangeLogTag: Thu Apr 11 14:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-04-111-37/+37
* ChangeLogTag:Tue Jun 12 11:07:18 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-06-121-3/+21
* ChangeLogTag:Sat Jun 2 13:05:20 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-06-021-2/+1
* ChangeLogTag:Fri Jun 1 13:04:31 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-06-021-5/+1
* ChangeLogTag: Tue Mar 12 09:45:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>doccvs2001-03-271-10/+10
* ChangeLogTag:Wed Jan 3 12:56:13 2001 Darrell Brunsch <brunsch@uci.edu>brunsch2001-01-031-93/+231
* ChangeLogTag:Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2000-12-211-1/+1
* ChangeLogTag:Fri Oct 13 18:47:51 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-10-131-0/+1
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-4/+4
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-4/+4
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-2/+0
* ChangeLogTag:Wed Aug 18 22:45:24 1999 Douglas C. Schmidt <schmidt@mambo.cs....schmidt1999-08-191-1/+1
* ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-181-16/+29
* ChangeLogTag:Tue Aug 17 19:10:00 1999 Darrell Brunsch <brunsch@cs.wustl.edu>brunsch1999-08-181-0/+24
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-72/+81
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-11-181-2/+7
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+1
* See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1998-05-161-0/+4
* ChangeLogTag:Thu May 7 14:10:41 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-071-3/+3
* *** empty log message ***nanbor1998-03-111-4/+4
* Fixed a bug with earliest time pointers not being set correctly.brunsch1998-02-151-1/+1
* Fixed a problem with Timer Wheel's expire(). The problem occured when thebrunsch1998-01-181-1/+2
* Added pure virtual get_first() method to Timer_Queue_T. Addedbrunsch1998-01-181-0/+11
* Changed the name "lock_" to "mutex_".nw11997-11-041-45/+45
* replaced NULL with 0 because some compilers, such as GHS, define NULL as (voi...levine1997-10-211-79/+79
* ChangeLogTag:Fri Oct 17 22:51:46 1997 Carlos O'Ryan <coryan@macarena.cs.wus...coryan1997-10-181-4/+4
* *** empty log message ***schmidt1997-10-041-4/+4
* *** empty log message ***schmidt1997-10-041-38/+38
* The iter() method now returns a pointer to an iterator that is in a resetbrunsch1997-09-081-0/+1
* ChangeLogTag:Wed Sep 3 21:38:18 1997 Carlos O'Ryan <coryan@polka.cs.wustl....coryan1997-09-041-5/+9
* Changed the behavior of the iterator to automatically initialize when thebrunsch1997-08-281-0/+1
* Replaced references to ACE_High_Res_Timer::gettimeofday withSteve Huston1997-08-121-2/+2
* 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-0/+8
* Changed cancel (type..) to call cancellation() even if there are no timersbrunsch1997-06-241-5/+4
* Fix for Timer Wheelbrunsch1997-06-191-3/+4
* Fixed Bug in Expirebrunsch1997-06-161-3/+3
* moved declaration of "i" out of loop because it is used in two loopslevine1997-06-071-1/+2
* added #includes of ace/High_Res_Timer.hlevine1997-06-071-0/+1
* *** empty log message ***brunsch1997-06-041-173/+366
* *** empty log message ***schmidt1997-05-171-3/+3
* *** empty log message ***irfan1997-05-061-174/+170
* *** empty log message ***schmidt1997-05-031-16/+16
* *** empty log message ***schmidt1997-04-281-17/+17
* *** empty log message ***schmidt1997-04-271-2/+2
* reordered initializers to match declaration orderlevine1997-04-271-2/+2
* added newline at end of filelevine1997-04-271-1/+1
* Added this file. Provides the implementation for the timing wheelbrunsch1997-04-271-0/+395