gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/lava/gzz/storm StormPool.java impl/Transien...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/lava/gzz/storm StormPool.java impl/Transien...
Date: Wed, 06 Nov 2002 12:38:42 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/11/06 12:38:40

Modified files:
        lava/gzz/storm : StormPool.java 
        lava/gzz/storm/impl: TransientPool.java 

Log message:
        Use HeaderLines822 instead of Header822 in getBlockOutputStream()

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/StormPool.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/impl/TransientPool.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/lava/gzz/storm/StormPool.java
diff -u gzz/lava/gzz/storm/StormPool.java:1.3 
gzz/lava/gzz/storm/StormPool.java:1.4
--- gzz/lava/gzz/storm/StormPool.java:1.3       Tue Nov  5 09:42:17 2002
+++ gzz/lava/gzz/storm/StormPool.java   Wed Nov  6 12:38:40 2002
@@ -102,7 +102,7 @@
      *  The header for the new block is passed explicitly.
      *  @see BlockOutputStream
      */
-    BlockOutputStream getBlockOutputStream(Header822 hdr) throws IOException;
+    BlockOutputStream getBlockOutputStream(HeaderLines822 hdr) throws 
IOException;
 
 
     // GETTING POOL NAMES
Index: gzz/lava/gzz/storm/impl/TransientPool.java
diff -u gzz/lava/gzz/storm/impl/TransientPool.java:1.5 
gzz/lava/gzz/storm/impl/TransientPool.java:1.6
--- gzz/lava/gzz/storm/impl/TransientPool.java:1.5      Wed Nov  6 12:31:30 2002
+++ gzz/lava/gzz/storm/impl/TransientPool.java  Wed Nov  6 12:38:40 2002
@@ -62,7 +62,7 @@
        hdr.add("Content-Type", contentType);
        return new TransientBlockOutputStream(hdr);
     }
-    public BlockOutputStream getBlockOutputStream(Header822 hdr) {
+    public BlockOutputStream getBlockOutputStream(HeaderLines822 hdr) {
        return null;
     }
     public String getDefaultPoolName() { return null; }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]