--- parser3/src/include/pa_cache_managers.h 2003/07/24 11:31:21 1.10 +++ parser3/src/include/pa_cache_managers.h 2003/11/20 16:34:24 1.12 @@ -4,13 +4,13 @@ Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Date: 2003/07/24 11:31:21 $ + $Date: 2003/11/20 16:34:24 $ */ #ifndef PA_CACHE_MANAGERS_H #define PA_CACHE_MANAGERS_H -static const char* IDENT_CACHE_MANAGERS_H="$Date: 2003/07/24 11:31:21 $"; +static const char * const IDENT_CACHE_MANAGERS_H="$Date: 2003/11/20 16:34:24 $"; #include "pa_hash.h" #include "pa_value.h" @@ -26,7 +26,7 @@ public: }; /// maintains name=>Cache_manager association, can expire its contents -class Cache_managers: public Hash { +class Cache_managers: public Hash { public: /// maybe-expires all caches it contains, each cache manager desides it itself void maybe_expire();