bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / java / FCGIRequest.java
index d1d44b9..9b7b6db 100644 (file)
@@ -5,18 +5,20 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * $Id: FCGIRequest.java,v 1.1 1999/01/31 02:45:55 roberts Exp $
+ * $Id: FCGIRequest.java,v 1.3 2000/03/21 12:12:26 robs Exp $
  */
+package com.fastcgi;
 
 import java.net.*;
 import java.io.FileDescriptor;
 import java.util.Properties;
-import FCGIInputStream;
-import FCGIOutputStream;
-public class FCGIRequest {
+
+public class FCGIRequest 
+{
+    private static final String RCSID = "$Id: FCGIRequest.java,v 1.3 2000/03/21 12:12:26 robs Exp $";
 
     /* This class has no methods. Right now we are single threaded
     * so there is only one request object at any given time which