summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-11 19:05:11 +0000
committerSteve Huston <shuston@riverace.com>2002-07-11 19:05:11 +0000
commit9d42538910817fe80869d5d7f5109bba571af5be (patch)
tree860046080856465eb0bc7c312b3be34a0a2d218d /ace/Timer_Heap_T.h
parente516d1c93fb273262c591f52e9c5f1d05606cf13 (diff)
downloadATCD-9d42538910817fe80869d5d7f5109bba571af5be.tar.gz
ChangeLogTag:Thu Jul 11 15:03:47 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Timer_Heap_T.h')
-rw-r--r--ace/Timer_Heap_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h
index 60f64211df2..8541ce2b828 100644
--- a/ace/Timer_Heap_T.h
+++ b/ace/Timer_Heap_T.h
@@ -240,7 +240,7 @@ private:
/// Copy <moved_node> into the <slot> slot of <heap_> and move
/// <slot> into the corresponding slot in the <timer_id_> array.
- void copy (int slot, ACE_Timer_Node_T<TYPE> *moved_node);
+ void copy (size_t slot, ACE_Timer_Node_T<TYPE> *moved_node);
/**
* Returns a timer id that uniquely identifies this timer. This id
@@ -287,7 +287,7 @@ private:
* indications of free timer IDs, whereas positive values are
* "pointers" into the <heap_> array for assigned timer IDs.
*/
- long *timer_ids_;
+ ssize_t *timer_ids_;
/// "Pointer" to the element in the <timer_ids_> array that was
/// last given out as a timer ID.