--- parser3/src/include/pa_sql_driver_manager.h 2001/11/08 11:04:12 1.17 +++ parser3/src/include/pa_sql_driver_manager.h 2001/12/13 11:09:46 1.19 @@ -5,7 +5,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_sql_driver_manager.h,v 1.17 2001/11/08 11:04:12 paf Exp $ + $Id: pa_sql_driver_manager.h,v 1.19 2001/12/13 11:09:46 paf Exp $ */ #ifndef PA_SQL_DRIVER_MANAGER_H @@ -29,12 +29,12 @@ class SQL_Connection; /// sql driver manager -class SQL_Driver_manager : public Pooled, public Cache_manager { +class SQL_Driver_manager : public Cache_manager { friend class SQL_Connection; public: SQL_Driver_manager(Pool& apool); - ~SQL_Driver_manager(); + virtual ~SQL_Driver_manager(); /** connect to specified url,