Diff for /parser3/src/include/pa_charsets.h between versions 1.7 and 1.8.2.1

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();

Removed from v.1.7  
changed lines
  Added in v.1.8.2.1


E-mail: