Tag: cws_src680_oj17 User: oj Date: 06/03/09 02:26:36 Modified: /dba/connectivity/source/drivers/jdbc/ ResultSet.cxx
Log: #i49786# parameter name for method corrected File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: ResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/ResultSet.cxx?r1=1.25&r2=1.25.32.1 Delta lines: +4 -4 ------------------- --- ResultSet.cxx 10 Jan 2006 15:45:09 -0000 1.25 +++ ResultSet.cxx 9 Mar 2006 10:26:33 -0000 1.25.32.1 @@ -4,9 +4,9 @@ * * $RCSfile: ResultSet.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.25.32.1 $ * - * last change: $Author: rt $ $Date: 2006/01/10 15:45:09 $ + * last change: $Author: oj $ $Date: 2006/03/09 10:26:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1434,7 +1434,7 @@ { // temporaere Variable initialisieren - static char * cSignature = "(ILjava/lang/String)V"; + static char * cSignature = "(ILjava/lang/String;)V"; static char * cMethodName = "updateString"; // Java-Call absetzen static jmethodID mID = NULL; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
