--- parser3/src/include/pa_charsets.h 2002/08/01 11:41:15 1.7 +++ parser3/src/include/pa_charsets.h 2003/01/28 10:13:17 1.8.2.2 @@ -1,7 +1,7 @@ /** @file Parser: sql driver manager decl. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) @@ -11,17 +11,17 @@ #ifndef PA_CHARSETS_H #define PA_CHARSETS_H -static const char* IDENT_CHARSETS_H="$Date: 2002/08/01 11:41:15 $"; +static const char* IDENT_CHARSETS_H="$Date: 2003/01/28 10:13:17 $"; #include "pa_hash.h" +#include "pa_charset.h" -class Charsets : public Hash { +class Charsets: public Hash { + Pool charsets_pool; public: - Charsets(Pool& apool); - ~Charsets(); + CharsetPtr get(ConstStringPtr aname); - Charset& get_charset(const String& name); - void load_charset(const String& request_name, const String& request_file_spec); + void load_charset(ConstStringPtr arequest_name, ConstStringPtr arequest_file_spec); }; /// global