Diff for /parser3/src/main/pa_sql_driver_manager.C between versions 1.37 and 1.40

version 1.37, 2001/09/24 14:34:25 version 1.40, 2001/10/15 11:48:04
Line 2 Line 2
         Parser: sql driver manager implementation.          Parser: sql driver manager implementation.
   
         Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
   
         Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)          Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
   
           $Id$
 */  */
 static const char *RCSId="$Id$";   
   
 #include "pa_sql_driver_manager.h"  #include "pa_sql_driver_manager.h"
 #include "ltdl.h"  #include "ltdl.h"
Line 35  public: Line 35  public:
         void *malloc(size_t size) { return Pooled::malloc(size); }          void *malloc(size_t size) { return Pooled::malloc(size); }
         /// allocates some bytes clearing them with zeros          /// allocates some bytes clearing them with zeros
         void *calloc(size_t size) { return Pooled::calloc(size); }          void *calloc(size_t size) { return Pooled::calloc(size); }
   
         /// throw exception          /// throw exception
         void _throw(const char *comment) {           void _throw(const char *comment) { 
                 THROW(0, 0,                   THROW(0, 0, 

Removed from v.1.37  
changed lines
  Added in v.1.40


E-mail: