Tag: cws_src680_sqlite User: aklitzing Date: 2006/08/18 15:45:04 Modified: dba/connectivity/source/drivers/sqlite3/sqQueryPrepared.cpp
Log: * only one changed comment File Changes: Directory: /dba/connectivity/source/drivers/sqlite3/ ==================================================== File [changed]: sqQueryPrepared.cpp Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/sqlite3/sqQueryPrepared.cpp?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +3 -3 ------------------- --- sqQueryPrepared.cpp 18 Aug 2006 18:54:24 -0000 1.1.2.2 +++ sqQueryPrepared.cpp 18 Aug 2006 22:45:02 -0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: sqQueryPrepared.cpp,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: aklitzing $ $Date: 2006/08/18 18:54:24 $ + * last change: $Author: aklitzing $ $Date: 2006/08/18 22:45:02 $ * * Original contributor: André Klitzing * @@ -157,7 +157,7 @@ return m_currentRow; } -// reset the query - so you can iterator it again +// reset the query - so you can iterate it again void sqQueryPrepared::reset() { m_currentRow=-1; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
