Annotation of parser3/src/include/pa_charsets.h, revision 1.1

1.1     ! paf         1: /** @file
        !             2:        Parser: sql driver manager decl.
        !             3: 
        !             4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
        !             5:        Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
        !             6: 
        !             7:        $Id: pa_charset_manager.h,v 1.7 2001/12/13 11:09:46 paf Exp $
        !             8: 
        !             9: 
        !            10:        global sql driver manager, must be thread-safe
        !            11: */
        !            12: 
        !            13: #ifndef PA_CHARSETS_H
        !            14: #define PA_CHARSETS_H
        !            15: 
        !            16: #include "pa_hash.h"
        !            17: 
        !            18: class Charsets : public Hash {
        !            19: public:
        !            20:        Charsets(Pool& apool);
        !            21:        ~Charsets();
        !            22: };
        !            23: 
        !            24: /// global
        !            25: extern Charsets *charsets;
        !            26: 
        !            27: 
        !            28: #endif

E-mail: