User: hr Date: 06/06/19 18:36:27 Modified: /dba/connectivity/source/drivers/jdbc/ SQLException.cxx
Log: INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 10:07:49 fs 1.9.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: SQLException.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/SQLException.cxx?r1=1.9&r2=1.10 Delta lines: +6 -6 ------------------- --- SQLException.cxx 8 Sep 2005 06:12:32 -0000 1.9 +++ SQLException.cxx 20 Jun 2006 01:36:25 -0000 1.10 @@ -104,8 +104,8 @@ if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()Ljava/sql/Exception;"; - static char * cMethodName = "getNextException"; + static const char * cSignature = "()Ljava/sql/Exception;"; + static const char * cMethodName = "getNextException"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) @@ -132,8 +132,8 @@ if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()Ljava/lang/String;"; - static char * cMethodName = "getSQLState"; + static const char * cSignature = "()Ljava/lang/String;"; + static const char * cMethodName = "getSQLState"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) @@ -154,8 +154,8 @@ if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()I"; - static char * cMethodName = "getErrorCode"; + static const char * cSignature = "()I"; + static const char * cMethodName = "getErrorCode"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
