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