2003/04/20 06:29:51
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 4a6d23f..38d9ec9 100644 (file)
@@ -18,6 +18,8 @@ public abstract class GCJ extends Platform {
     private static Class c7 = gnu.gcj.convert.Output_ASCII.class;
 
     protected org.xwt.Weak _getWeak(Object o) { return new Java2Weak(o); }
+    protected native InputStream _getBuiltinInputStream(); 
+
     private static class Java2Weak extends java.lang.ref.WeakReference implements org.xwt.Weak {
         public Java2Weak(Object o) { super(o); }
     }