summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon May 28 14:44:29 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-05-281-9/+22
|
* ChangeLogTag:Thu May 24 20:26:39 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-05-251-28/+47
|
* ChangeLogTag:Wed May 23 15:55:21 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-05-231-38/+58
|
* ChangeLogTag: Tue Mar 12 09:45:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>doccvs2001-03-271-1/+1
|
* ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>brunsch2001-03-041-12/+12
|
* 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 ↵schmidt1999-08-191-1/+1
| | | | <schmidt@mambo.cs.wustl.edu>
* ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt ↵schmidt1999-08-181-24/+44
| | | | <schmidt@tango.cs.wustl.edu>
* 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 ↵schmidt1999-07-051-7/+6
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Sun Jul 4 12:34:24 1999 Douglas C. Schmidt ↵schmidt1999-07-041-57/+50
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt ↵schmidt1999-07-031-10/+10
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Fri Jul 2 19:50:29 1999 Douglas C. Schmidt ↵schmidt1999-07-031-2/+4
| | | | <schmidt@tango.cs.wustl.edu>
* .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 ↵levine1998-11-181-1/+5
| | | | once, if possible
* (reschedule): only declare local "timerID" without ACE_NDEBUG, tolevine1998-10-211-2/+5
| | | | avoid compile warning with debug=0.
* .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
| | | | position 0 (we have to grow the heap one node early).
* Fixed the problem with Timer_Heap where -0 was showing up in the free listbrunsch1998-01-191-2/+2
| | | | | of timer_ids. Now the free list never contains the 0th index so this should not occur.
* (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 ↵levine1997-10-211-59/+59
| | | | (void *) 0 so it sometimes needs to be cast to be used
* *** 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
| | | | state instead of an unknown one.
* ChangeLogTag:Wed Sep 3 21:38:18 1997 Carlos O'Ryan ↵coryan1997-09-041-3/+7
| | | | <coryan@polka.cs.wustl.edu>
* 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
| | | | iterator is constructed.
* 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
| | | | | to cancel. This causes the correct behavior of calling handle_close () during expire when handle_timeout() returns -1.
* Changed a reference to ACE_Timer_Node to ACE_Timer_Node_T<TYPE>brunsch1997-06-101-1/+1
|