--- parser3/src/include/pa_sql_driver_manager.h 2003/01/28 09:48:16 1.26.2.4 +++ parser3/src/include/pa_sql_driver_manager.h 2003/01/30 14:59:43 1.26.2.5 @@ -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/28 09:48:16 $"; +static const char* IDENT_SQL_DRIVER_MANAGER_H="$Date: 2003/01/30 14:59:43 $"; #include "pa_pool.h" #include "pa_sql_driver.h" @@ -26,8 +26,7 @@ static const char* IDENT_SQL_DRIVER_MANA // forwards -class SQL_Connection; -DECLARE_OBJECT_PTR (SQL_Connection) +class SQL_Connection; DECLARE_OBJECT_PTR (SQL_Connection); /// sql driver manager class SQL_Driver_manager: public Cache_manager {