Author: toad
Date: 2009-04-21 22:39:26 +0000 (Tue, 21 Apr 2009)
New Revision: 27172

Modified:
   trunk/plugins/KeyExplorer/KeyExplorer.java
   trunk/plugins/KeyExplorer/Version.java
Log:
Fix KeyExplorer, up version to 4001


Modified: trunk/plugins/KeyExplorer/KeyExplorer.java
===================================================================
--- trunk/plugins/KeyExplorer/KeyExplorer.java  2009-04-21 22:35:30 UTC (rev 
27171)
+++ trunk/plugins/KeyExplorer/KeyExplorer.java  2009-04-21 22:39:26 UTC (rev 
27172)
@@ -322,11 +322,11 @@
                                // TODO Auto-generated method stub
                        }
 
-                       public void onExpectedMIME(String mime, ObjectContainer 
container) {
+                       public void onExpectedMIME(String mime, ObjectContainer 
container, ClientContext context) {
                                // TODO Auto-generated method stub
                        }
 
-                       public void onExpectedSize(long size, ObjectContainer 
container) {
+                       public void onExpectedSize(long size, ObjectContainer 
container, ClientContext context) {
                                // TODO Auto-generated method stub
                        }
 

Modified: trunk/plugins/KeyExplorer/Version.java
===================================================================
--- trunk/plugins/KeyExplorer/Version.java      2009-04-21 22:35:30 UTC (rev 
27171)
+++ trunk/plugins/KeyExplorer/Version.java      2009-04-21 22:39:26 UTC (rev 
27172)
@@ -18,6 +18,6 @@
         * 
         * I have set this to 3000 to allow encoding marketing versions into 
real versions.
         * Long provides plenty of leeway! Toad. */
-       public static long version = 4000;
+       public static long version = 4001;
 
 }

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

Reply via email to