[freenet-cvs] r15797 - trunk/freenet/src/freenet/pluginmanager

saces at freenetproject.org saces at freenetproject.org
Sat Nov 17 12:27:06 UTC 2007


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);
+	
+}




More information about the cvs mailing list