--- parser3/src/main/pa_sql_driver_manager.C 2001/09/26 10:32:26 1.38 +++ parser3/src/main/pa_sql_driver_manager.C 2001/10/15 11:48:04 1.40 @@ -4,7 +4,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_sql_driver_manager.C,v 1.38 2001/09/26 10:32:26 parser Exp $ + $Id: pa_sql_driver_manager.C,v 1.40 2001/10/15 11:48:04 parser Exp $ */ #include "pa_sql_driver_manager.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,