> -----Ursprüngliche Nachricht-----
> Von: "Matthew Toseland" <t...@amphibian.dyndns.org>
> Gesendet: 15.04.09 02:47:39
> An:  devl@freenetproject.org
> Betreff: Re: [freenet-dev] [freenet-cvs] r26799 - 
> trunk/freenet/src/freenet/client/async

> On Tuesday 14 April 2009 20:24:13 sa...@freenetproject.org wrote:
> > Author: saces
> > Date: 2009-04-14 19:24:13 +0000 (Tue, 14 Apr 2009)
> > New Revision: 26799
> > 
> > Added:
> >    trunk/freenet/src/freenet/client/async/BaseManifestPutter.java
> > Log:
> > new ManifestPutter infrastructure
> > this class BaseManifestPutter contains all the code to insert the stuff and 
> provide helpers functions to add elements,
> > but does not have any 'pack logic'. this needs to be implemented in sub 
> classes.
> > 
> > 
> > Added: trunk/freenet/src/freenet/client/async/BaseManifestPutter.java
> > ===================================================================
> > --- trunk/freenet/src/freenet/client/async/BaseManifestPutter.java          
> >                 
> (rev 0)
> > +++ trunk/freenet/src/freenet/client/async/BaseManifestPutter.java  
> 2009-04-14 19:24:13 UTC (rev 26799)
> > @@ -0,0 +1,1864 @@
> > +package freenet.client.async;
> > +
> > +import java.io.IOException;
> > +import java.util.ArrayList;
...

> > +           
> > +           private ClientPutState origSFI;
> > +           private ClientPutState currentState;
> > +           private ClientMetadata cm;
> > +           private Metadata metadata;
> > +           private String targetInArchive;
> > +           private final String name;
> > +           private final boolean persistent;
> > +           private final PutHandler parentContainerHandle;
> 
> Why is this not a ContainerInserter?

parentHandle will be a less missleading name then.
the meaning changed while creating the code, but was not renamed

....

> 
> <hr>
> _______________________________________________
> Devl mailing list
> Devl@freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
> 


____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123

_______________________________________________
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to