--- parser3/src/include/pa_array.h 2001/09/26 10:32:25 1.44 +++ parser3/src/include/pa_array.h 2001/12/15 21:28:18 1.48 @@ -2,15 +2,14 @@ Parser: Array & Array_iter classes decls. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_array.h,v 1.44 2001/09/26 10:32:25 parser Exp $ + $Id: pa_array.h,v 1.48 2001/12/15 21:28:18 paf Exp $ */ #ifndef PA_ARRAY_H #define PA_ARRAY_H -#include "pa_config_includes.h" #include "pa_pool.h" #include "pa_types.h" #include "pa_string.h" @@ -34,7 +33,7 @@ class Array_iter; */ class Array : public Pooled { - friend Array_iter; + friend class Array_iter; public: /// Array item type @@ -129,9 +128,6 @@ private: // array size int fused_rows; - mutable int cache_chunk_base; - mutable Chunk *cache_chunk; - private: bool chunk_is_full() {