Kaydet (Commit) 190d518f authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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*
üst d46cb6eb
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: Ref.cxx,v $ * $RCSfile: Ref.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 06:11:51 $ * last change: $Author: hr $ $Date: 2006-06-20 01:35:34 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -83,8 +83,8 @@ void java_sql_Ref::saveClassRef( jclass pClass ) ...@@ -83,8 +83,8 @@ void java_sql_Ref::saveClassRef( jclass pClass )
::rtl::OUString aStr; ::rtl::OUString aStr;
if( t.pEnv ){ if( t.pEnv ){
// temporaere Variable initialisieren // temporaere Variable initialisieren
static char * cSignature = "()Ljava/lang/String;"; static const char * cSignature = "()Ljava/lang/String;";
static char * cMethodName = "getBaseTypeName"; static const char * cMethodName = "getBaseTypeName";
// Java-Call absetzen // Java-Call absetzen
static jmethodID mID = NULL; static jmethodID mID = NULL;
if ( !mID ) if ( !mID )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment