copy win32 configuration file instead of moving it
[catagits/fcgi2.git] / java / FCGIRequest.java
index d1d44b9..0237b3e 100644 (file)
@@ -8,15 +8,17 @@
  * See the file "LICENSE.TERMS" 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