Author: toad
Date: 2008-06-13 12:47:09 +0000 (Fri, 13 Jun 2008)
New Revision: 20301

Modified:
   branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
Log:
Another send()

Modified: 
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java     
2008-06-13 12:46:29 UTC (rev 20300)
+++ branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java     
2008-06-13 12:47:09 UTC (rev 20301)
@@ -14,6 +14,7 @@
 import freenet.client.InsertException;
 import freenet.keys.CHKEncodeException;
 import freenet.keys.ClientCHKBlock;
+import freenet.keys.ClientKey;
 import freenet.keys.ClientKeyBlock;
 import freenet.keys.FreenetURI;
 import freenet.keys.InsertableClientSSK;
@@ -292,7 +293,7 @@
                return finished;
        }

-       public boolean send(NodeClientCore core, RequestScheduler sched, Object 
keyNum) {
+       public boolean send(NodeClientCore core, RequestScheduler sched, Object 
keyNum, ClientKey ckey) {
                // Ignore keyNum, key, since we're only sending one block.
                try {
                        if(logMINOR) Logger.minor(this, "Starting request: 
"+this);


Reply via email to