Author: xor
Date: 2008-10-29 19:39:18 +0000 (Wed, 29 Oct 2008)
New Revision: 23184

Modified:
   trunk/plugins/FMSPlugin/FMSMessageManager.java
Log:
Add get() function to interface.

Modified: trunk/plugins/FMSPlugin/FMSMessageManager.java
===================================================================
--- trunk/plugins/FMSPlugin/FMSMessageManager.java      2008-10-29 19:39:08 UTC 
(rev 23183)
+++ trunk/plugins/FMSPlugin/FMSMessageManager.java      2008-10-29 19:39:18 UTC 
(rev 23184)
@@ -5,12 +5,16 @@
 
 import java.util.Iterator;
 
+import freenet.keys.FreenetURI;
+
 /**
  * @author xor
  *
  */
 public interface FMSMessageManager {
        
+       public FMSMessage get(FreenetURI uri);
+       
        public FMSBoard getBoardByName(String name);
        
        /**

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to