On Wednesday 17 September 2008 14:46, xor at freenetproject.org wrote:
> Author: xor
> Date: 2008-09-17 13:46:22 +0000 (Wed, 17 Sep 2008)
> New Revision: 22666
> 
> Modified:
>    trunk/plugins/WoT/IdentityFetcher.java
> Log:
> Comments.
> 
> Modified: trunk/plugins/WoT/IdentityFetcher.java
> ===================================================================
> --- trunk/plugins/WoT/IdentityFetcher.java    2008-09-17 13:45:44 UTC (rev 
22665)
> +++ trunk/plugins/WoT/IdentityFetcher.java    2008-09-17 13:46:22 UTC (rev 
22666)
> @@ -90,18 +90,22 @@
>               requests.remove(state); 
>       }
>  
> +     /* TODO: comment this function: who calls it and when? */
>       public void onFailure(InsertException e, BaseClientPutter state) {
>               
>       }
>  
> +     /* TODO: comment this function: who calls it and when? */
>       public void onFetchable(BaseClientPutter state) {
>               
>       }
>  
> +     /* TODO: comment this function: who calls it and when? */
>       public void onGeneratedURI(FreenetURI uri, BaseClientPutter state) {

Those 3 aren't called unless you do an insert.
>               
>       }
>  
> +     /* TODO: comment this function: who calls it and when? */
>       public void onMajorProgress() {

This one I'm not sure about.
>               
>       }
> @@ -120,6 +124,7 @@
>               }
>       }
>  
> +     /* TODO: comment this function: who calls it and when? */
>       public void onSuccess(BaseClientPutter state) {

Again this isn't called unless you do an insert.
>               
>               Logger.debug(this, "Fetched key (BaseClientPutter) : " + 
> state.getURI());               
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20080924/29f73efc/attachment.pgp>

Reply via email to