Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / www / protocol / http / micp / MICPMessage.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/micp/MICPMessage.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/micp/MICPMessage.java
new file mode 100644 (file)
index 0000000..505f0c5
--- /dev/null
@@ -0,0 +1,14 @@
+// MICPMessage.java\r
+// $Id: MICPMessage.java,v 1.1 2010/06/15 12:21:47 smhuang Exp $  \r
+// (c) COPYRIGHT MIT and INRIA, 1997.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.www.protocol.http.micp;\r
+\r
+public class MICPMessage {\r
+    public int    version = -1;\r
+    public int    op      = -1;\r
+    public int    src     = -1;\r
+    public int    id      = -1;\r
+    public String url     = null;\r
+}\r