From: adam Date: Tue, 10 Feb 2004 01:23:35 +0000 (+0000) Subject: fixed bug 372 X-Git-Tag: RC3~58 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a716e721b0a4e7a2315ab2228d5f94cb3ff111ee;p=org.ibex.core.git fixed bug 372 darcs-hash:20040210012335-5007d-e7b1bcd1ffa853dc84d269566188d5e2768e19d4.gz --- diff --git a/src/org/ibex/HTTP.java b/src/org/ibex/HTTP.java index b2a6b76..856eabe 100644 --- a/src/org/ibex/HTTP.java +++ b/src/org/ibex/HTTP.java @@ -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 ///////////////////////////////////////////////////////////////////////////////////////////////