--- parser3/src/main/pa_sql_driver_manager.C 2001/09/18 16:05:42 1.36 +++ parser3/src/main/pa_sql_driver_manager.C 2001/10/13 17:42:52 1.39 @@ -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.39 2001/10/13 17:42:52 parser Exp $ */ -static const char *RCSId="$Id: pa_sql_driver_manager.C,v 1.36 2001/09/18 16:05:42 parser Exp $"; #include "pa_sql_driver_manager.h" #include "ltdl.h" @@ -30,11 +30,12 @@ public: SQL_Driver_services_impl(Pool& apool, const String& aurl) : Pooled(apool), furl(aurl) { } - +/* /// allocates some bytes on pool 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,