--- parser3/src/include/pa_sql_driver_manager.h 2003/03/24 13:43:41 1.26.2.9.2.4 +++ parser3/src/include/pa_sql_driver_manager.h 2003/09/25 09:15:02 1.28 @@ -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/03/24 13:43:41 $"; +static const char* IDENT_SQL_DRIVER_MANAGER_H="$Date: 2003/09/25 09:15:02 $"; #include "pa_sql_driver.h" @@ -26,15 +26,15 @@ static const char* IDENT_SQL_DRIVER_MANA // forwards -class SQL_Connection; DECLARE_OBJECT_PTR (SQL_Connection); +class SQL_Connection; /// sql driver manager class SQL_Driver_manager: public Cache_manager { public: - typedef Hash driver_cache_type; + typedef Hash driver_cache_type; typedef Stack connection_cache_element_base_type; - typedef Hash connection_cache_type; + typedef Hash connection_cache_type; private: