Author: toad
Date: 2009-04-02 11:46:57 +0000 (Thu, 02 Apr 2009)
New Revision: 26339
Modified:
trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java
Log:
Missing file from 26337
Modified: trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java 2009-04-02
11:46:38 UTC (rev 26338)
+++ trunk/freenet/src/freenet/pluginmanager/FredPluginFCP.java 2009-04-02
11:46:57 UTC (rev 26339)
@@ -26,7 +26,8 @@
* @param params parameters passed in, can be null
* @param data a bucket of data passed in, can be null
* @param access 0: direct call (plugin to plugin), 1: FCP restricted
access, 2: FCP full access
+ * @throws PluginNotFoundException If the plugin has already been
removed.
*/
- void handle(PluginReplySender replysender, SimpleFieldSet params,
Bucket data, int accesstype);
+ void handle(PluginReplySender replysender, SimpleFieldSet params,
Bucket data, int accesstype) throws PluginNotFoundException;
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs