--- parser3/src/include/pa_sql_driver_manager.h 2003/01/31 12:34:31 1.26.2.7 +++ parser3/src/include/pa_sql_driver_manager.h 2003/03/12 12:10:24 1.26.2.8 @@ -9,7 +9,7 @@ #ifndef PA_SQL_DRIVER_MANAGER_H #define PA_SQL_DRIVER_MANAGER_H -static const char* IDENT_SQL_DRIVER_MANAGER_H="$Date: 2003/01/31 12:34:31 $"; +static const char* IDENT_SQL_DRIVER_MANAGER_H="$Date: 2003/03/12 12:10:24 $"; #include "pa_pool.h" #include "pa_sql_driver.h" @@ -30,12 +30,17 @@ class SQL_Connection; DECLARE_OBJECT_PT /// sql driver manager class SQL_Driver_manager: public Cache_manager { +public: + + typedef Hash driver_cache_type; + typedef Hash > > connection_cache_type; + +private: + friend class SQL_Connection; Pool driver_cache_pool; - typedef Hash driver_cache_type; driver_cache_type driver_cache; - typedef Hash > > connection_cache_type; connection_cache_type connection_cache; public: