*** empty log message ***

This commit is contained in:
Caspian Rychlik-Prince 2003-08-07 21:53:06 +00:00
parent 8c419814d6
commit 0886f84ed8
4 changed files with 72 additions and 26 deletions

View file

@ -191,4 +191,9 @@ public final class Sys {
*/
public static native void alert(String title, String message);
/*
* Cas: this is just a debugging aid. The native code is also commented out.
*
public static native int getDirectBufferAddress(Buffer buf);
*/
}