--- parser3/src/include/pa_sql_connection.h 2003/03/24 09:54:42 1.30.2.7.2.4 +++ parser3/src/include/pa_sql_connection.h 2003/03/26 07:45:22 1.30.2.7.2.7 @@ -8,7 +8,7 @@ #ifndef PA_SQL_CONNECTION_H #define PA_SQL_CONNECTION_H -static const char* IDENT_SQL_CONNECTION_H="$Date: 2003/03/24 09:54:42 $"; +static const char* IDENT_SQL_CONNECTION_H="$Date: 2003/03/26 07:45:22 $"; #include "pa_sql_driver.h" @@ -119,7 +119,7 @@ public: ); return 0; // never reached } - SQL_Driver::Quote_result quote(const char* str, unsigned int length) { + const char* quote(const char* str, unsigned int length) { SQL_CONNECTION_SERVICED_FUNC_GUARDED( return fdriver.quote(fservices, fconnection, str, length) );