gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/gfx/gl GL_Testing.java


From: Asko Soukka
Subject: [Gzz-commits] gzz/gzz/gfx/gl GL_Testing.java
Date: Wed, 13 Nov 2002 06:23:29 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/11/13 06:23:27

Modified files:
        gzz/gfx/gl     : GL_Testing.java 

Log message:
        ...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/gfx/gl/GL_Testing.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gzz/gfx/gl/GL_Testing.java
diff -u gzz/gzz/gfx/gl/GL_Testing.java:1.3 gzz/gzz/gfx/gl/GL_Testing.java:1.4
--- gzz/gzz/gfx/gl/GL_Testing.java:1.3  Tue Nov 12 11:53:04 2002
+++ gzz/gzz/gfx/gl/GL_Testing.java      Wed Nov 13 06:23:27 2002
@@ -23,7 +23,13 @@
 
     /** Exists for testing string conversions through JNI. */
     static public native String loopUnistrConv(String str);
-//    static public native String loopUnistrConvFailing(String str);
     static public native String loopStdstrConv(String str);
     static public native double useAtof(String str);
+
+    /** Tests Convert jstring to unistring _without_ asking
+     * string length from JNIEnv.
+     */
+    static public native String loopUnistrConvFailing(String str);
+    /** **/
+
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]