Author: xor
Date: 2008-10-28 00:22:51 +0000 (Tue, 28 Oct 2008)
New Revision: 23129

Added:
   trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java
Log:
New class.

Added: trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java
===================================================================
--- trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java                       
        (rev 0)
+++ trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java       2008-10-28 
00:22:51 UTC (rev 23129)
@@ -0,0 +1,26 @@
+/* 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 plugins.FMSPlugin.WoT;
+
+import java.util.Iterator;
+
+import plugins.FMSPlugin.FMSBoard;
+import plugins.FMSPlugin.FMSMessageManager;
+import plugins.FMSPlugin.FMSOwnIdentity;
+
+public class FMSMessageManagerWoT extends FMSMessageManager {
+
+       @Override
+       public FMSBoard getBoardByName(String name) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
+       @Override
+       public Iterator<FMSBoard> iterator(FMSOwnIdentity identity) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
+}


Reply via email to