diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
commit | 7e4a3758e8b086d0815e91ef30f18fe7e8b269bd (patch) | |
tree | da9cfe5b55555fa0ec620f5c3e911979b5b61ed2 /ace/Array_Base.h | |
parent | 7f56b9acf9d08f4f875ed4abadbf70bfb3de4c38 (diff) | |
download | ATCD-7e4a3758e8b086d0815e91ef30f18fe7e8b269bd.tar.gz |
ChangeLogTag:Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Array_Base.h')
-rw-r--r-- | ace/Array_Base.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Array_Base.h b/ace/Array_Base.h index 042e6061fad..de2a4a46136 100644 --- a/ace/Array_Base.h +++ b/ace/Array_Base.h @@ -6,11 +6,10 @@ * * $Id$ * - * @author Doug Schmidt + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ //============================================================================= - #ifndef ACE_ARRAY_BASE_H #define ACE_ARRAY_BASE_H #include "ace/pre.h" @@ -185,7 +184,7 @@ public: private: /// Pointer to the current item in the iteration. - u_int current_; + size_t current_; /// Pointer to the Array we're iterating over. ACE_Array_Base<T> &array_; |