User: hr Date: 06/06/19 18:37:08 Modified: /dba/connectivity/source/drivers/jdbc/ Throwable.cxx
Log: INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:50 fs 1.7.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: Throwable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/Throwable.cxx?r1=1.7&r2=1.8 Delta lines: +6 -6 ------------------- --- Throwable.cxx 8 Sep 2005 06:13:37 -0000 1.7 +++ Throwable.cxx 20 Jun 2006 01:37:05 -0000 1.8 @@ -78,8 +78,8 @@ SDBThreadAttach t; if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()Ljava/lang/String;"; - static char * cMethodName = "getMessage"; + static const char * cSignature = "()Ljava/lang/String;"; + static const char * cMethodName = "getMessage"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) @@ -102,8 +102,8 @@ SDBThreadAttach t; if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()Ljava/lang/String;"; - static char * cMethodName = "getLocalizedMessage"; + static const char * cSignature = "()Ljava/lang/String;"; + static const char * cMethodName = "getLocalizedMessage"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) @@ -125,8 +125,8 @@ SDBThreadAttach t; if( t.pEnv ){ // temporaere Variable initialisieren - static char * cSignature = "()Ljava/lang/String;"; - static char * cMethodName = "toString"; + static const char * cSignature = "()Ljava/lang/String;"; + static const char * cMethodName = "toString"; // Java-Call absetzen static jmethodID mID = NULL; if ( !mID ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
