|
|
| version 1.7, 2002/08/01 11:41:15 | version 1.8.2.1, 2003/01/28 09:48:16 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: sql driver manager decl. | 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 <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| Line 15 static const char* IDENT_CHARSETS_H="$Da | Line 15 static const char* IDENT_CHARSETS_H="$Da |
| #include "pa_hash.h" | #include "pa_hash.h" |
| class Charsets : public Hash { | class Charsets: public Hash<ConstStringPtr, CharsetPtr> { |
| public: | public: |
| Charsets(Pool& apool); | Charsets(Pool& apool); |
| ~Charsets(); | ~Charsets(); |