/[gzz]/gzz/lava/gzz/storm/impl/TransientPool.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/impl/TransientPool.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by benja, Thu Nov 14 20:43:05 2002 UTC revision 1.13 by benja, Thu Nov 14 21:25:06 2002 UTC
# Line 111  public class TransientPool implements St Line 111  public class TransientPool implements St
111    
112          blocks.put(block.getId(), block);          blocks.put(block.getId(), block);
113      }      }
114      public void delete(Block b) {}      public void delete(Block b) {
115            blocks.keySet().remove(b.getId());
116        }
117      public Set getIds() { return blocks.keySet(); }      public Set getIds() { return blocks.keySet(); }
118      public BlockOutputStream getBlockOutputStream(String contentType)      public BlockOutputStream getBlockOutputStream(String contentType)
119                                                            throws IOException {                                                            throws IOException {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26