Tag: cws_src680_sqlite User: aklitzing Date: 2006/08/18 18:48:07 Modified: dba/connectivity/source/drivers/sqlite3/sqQueryPrepared.h
Log: * wrong doxygen-declaration for UTF16 File Changes: Directory: /dba/connectivity/source/drivers/sqlite3/ ==================================================== File [changed]: sqQueryPrepared.h Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/sqlite3/sqQueryPrepared.h?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +3 -3 ------------------- --- sqQueryPrepared.h 19 Aug 2006 01:42:46 -0000 1.1.2.3 +++ sqQueryPrepared.h 19 Aug 2006 01:48:04 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: sqQueryPrepared.h,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: aklitzing $ $Date: 2006/08/19 01:42:46 $ + * last change: $Author: aklitzing $ $Date: 2006/08/19 01:48:04 $ * * Original contributor: André Klitzing * @@ -171,7 +171,7 @@ //! \param column index of the column; first is 0 and second is 1... const char* getName(int column) const; - //! \fn const char* getNameUTF16(int column) const + //! \fn const wchar_t* getNameUTF16(int column) const //! \brief returns the name of given column (the name from AS in SELECT-statement) //! \return a read-only null-terminated widechar-array, or NULL if there is no column with given index //! \param column index of the column; first is 0 and second is 1... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
