summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-6/+6
* ChangeLogTag:Sun May 28 17:26:28 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-291-0/+1
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-6/+6
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-2/+0
* ChangeLogTag:Thu Feb 24 15:55:16 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-02-241-6/+6
* 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-24/+44
* ChangeLogTag:Tue Aug 17 19:10:00 1999 Darrell Brunsch <brunsch@cs.wustl.edu>brunsch1999-08-181-0/+33
* ChangeLogTag:Mon Jul 5 11:59:49 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-051-7/+6
* ChangeLogTag:Sun Jul 4 12:34:24 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-041-57/+50
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-10/+10
* ChangeLogTag:Fri Jul 2 19:50:29 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-2/+4
* .schmidt1999-06-281-13/+37
* .schmidt1999-06-061-1/+1
* .schmidt1999-06-061-20/+20
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-11-181-1/+5
* (reschedule): only declare local "timerID" without ACE_NDEBUG, tolevine1998-10-211-2/+5
* .schmidt1998-10-081-3/+3
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Support for Borland C++ 5.x as DLLgonzo1998-07-101-2/+2
* See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1998-05-161-0/+5
* ChangeLogTag:Thu May 7 14:10:41 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-071-2/+2
* *** empty log message ***nanbor1998-03-111-6/+6
* Fixed a bug that was introduced on Sunday because of the non-use ofbrunsch1998-01-201-2/+2
* Fixed the problem with Timer_Heap where -0 was showing up in the free listbrunsch1998-01-191-2/+2
* (get_first): fixed ACE_TRACE id stringlevine1998-01-151-1/+1
* class LOCK should be class ACE_LOCK.nw11997-11-291-49/+49
* added Timer_{Heap,List}::get_first accessorslevine1997-11-201-1/+8
* ChangeLogTag:Mon Nov 03 18:32:42 1997 Carlos O'Ryan <coryan@MILONGA>coryan1997-11-041-3/+3
* replaced NULL with 0 because some compilers, such as GHS, define NULL as (voi...levine1997-10-211-59/+59
* *** empty log message ***schmidt1997-10-181-3/+3
* *** empty log message ***schmidt1997-10-041-3/+3
* *** empty log message ***schmidt1997-10-041-56/+56
* 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-3/+7
* Now checks for < 0 instead of == -1brunsch1997-09-011-1/+1
* Changed cancel (id ...) to check for previously expired/cancelled timersbrunsch1997-09-011-0/+3
* Changed the behavior of the iterator to automatically initialize when thebrunsch1997-08-281-0/+1
* Added i++ ;)nw11997-08-011-1/+1
* changed cancel(id) to check the timer id to make sure it is in rangebrunsch1997-07-311-0/+4
* Put the id string at the beginning of the filesbrunsch1997-07-241-0/+2
* Forgot to credit all the peoplebrunsch1997-07-241-1/+0
* Fixed free list corruption with reschedulebrunsch1997-07-241-0/+9
* Changed cancel (type..) to call cancellation() even if there are no timersbrunsch1997-06-241-5/+3
* Changed a reference to ACE_Timer_Node to ACE_Timer_Node_T<TYPE>brunsch1997-06-101-1/+1
* *** empty log message ***brunsch1997-06-041-73/+149
* *** empty log message ***schmidt1997-05-171-3/+3
* *** empty log message ***schmidt1997-05-091-2/+1
* *** empty log message ***irfan1997-05-061-86/+86
* changed some int declarations to longslevine1997-05-041-8/+8