On Saturday 17 November 2007 12:27, you wrote:
> Author: saces
> Date: 2007-11-17 12:27:06 +0000 (Sat, 17 Nov 2007)
> New Revision: 15797
> 
> Added:
>    trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java
> Log:
> new plugin type: FredPluginFCP
> 
> Added: trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java
> ===================================================================
> --- trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java                
>                 
(rev 0)
> +++ trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java        
> 2007-11-17 
12:27:06 UTC (rev 15797)
> @@ -0,0 +1,13 @@
> +/* This code is part of Freenet. It is distributed under the GNU General
> + * Public License, version 2 (or at your option any later version). See
> + * http://www.gnu.org/ for further details of the GPL. */
> +package freenet.pluginmanager;
> +
> +import freenet.node.fcp.FCPMessage;
> +import freenet.support.SimpleFieldSet;
> +
> +public interface FredPluginFCP {
> +     
> +     FCPMessage create(String name, SimpleFieldSet fs);

Needs some javadocs. What is name ? The message name? Does that mean that FCP 
will ask each FredPluginFCP for each message it processes?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20071117/c34098c8/attachment.pgp>

Reply via email to