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