--- parser3/src/include/pa_charsets.h 2001/12/17 18:44:51 1.2 +++ parser3/src/include/pa_charsets.h 2002/08/01 11:41:15 1.7 @@ -1,10 +1,8 @@ /** @file Parser: sql driver manager decl. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) - - $Id: pa_charsets.h,v 1.2 2001/12/17 18:44:51 paf Exp $ + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) global sql driver manager, must be thread-safe @@ -13,6 +11,8 @@ #ifndef PA_CHARSETS_H #define PA_CHARSETS_H +static const char* IDENT_CHARSETS_H="$Date: 2002/08/01 11:41:15 $"; + #include "pa_hash.h" class Charsets : public Hash { @@ -21,6 +21,7 @@ public: ~Charsets(); Charset& get_charset(const String& name); + void load_charset(const String& request_name, const String& request_file_spec); }; /// global