fixed bug 372
authoradam <adam@megacz.com>
Tue, 10 Feb 2004 01:23:35 +0000 (01:23 +0000)
committeradam <adam@megacz.com>
Tue, 10 Feb 2004 01:23:35 +0000 (01:23 +0000)
darcs-hash:20040210012335-5007d-e7b1bcd1ffa853dc84d269566188d5e2768e19d4.gz

src/org/ibex/HTTP.java

index b2a6b76..856eabe 100644 (file)
@@ -29,6 +29,7 @@ public class HTTP {
 
     public static class HTTPException extends IOException { public HTTPException(String s) { super(s); } }
 
+    public static HTTP stdio = new HTTP("stdio:");
 
     // Statics ///////////////////////////////////////////////////////////////////////////////////////////////