rename this file so it is visible by metacpan et al
[catagits/fcgi2.git] / java / FCGIOutputStream.java
index 32fdd40..3b0f666 100644 (file)
@@ -5,23 +5,23 @@
  *
  *  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: FCGIOutputStream.java,v 1.1 1999/01/31 02:45:53 roberts Exp $
+ * $Id: FCGIOutputStream.java,v 1.3 2000/03/21 12:12:26 robs Exp $
  */
+package com.fastcgi;
 
 import java.io.*;
-import  FCGIRequest;
-import  FCGIGlobalDefs;
-import  FCGIMessage;
-import  FCGIInputStream;
 
 /**
  * This stream understands FCGI prototcol.
  */
 
-public class FCGIOutputStream extends OutputStream {
+public class FCGIOutputStream 
+    extends OutputStream 
+{
+    private static final String RCSID = "$Id: FCGIOutputStream.java,v 1.3 2000/03/21 12:12:26 robs Exp $";
 
     /* Stream vars */