--- parser3/src/include/pa_cache_managers.h 2003/12/11 10:25:52 1.15 +++ parser3/src/include/pa_cache_managers.h 2005/08/09 08:14:49 1.18 @@ -1,16 +1,16 @@ /** @file Parser: cache managers center decl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Date: 2003/12/11 10:25:52 $ + $Date: 2005/08/09 08:14:49 $ */ #ifndef PA_CACHE_MANAGERS_H #define PA_CACHE_MANAGERS_H -static const char * const IDENT_CACHE_MANAGERS_H="$Date: 2003/12/11 10:25:52 $"; +static const char * const IDENT_CACHE_MANAGERS_H="$Date: 2005/08/09 08:14:49 $"; #include "pa_hash.h" #include "pa_value.h" @@ -30,6 +30,7 @@ public: class Cache_managers: public Hash { public: Cache_managers(); + virtual ~Cache_managers(); /// maybe-expires all caches it contains, each cache manager desides it itself void maybe_expire();