Author: toad
Date: 2009-02-19 18:42:21 +0000 (Thu, 19 Feb 2009)
New Revision: 25742

Modified:
   branches/db4o/freenet/src/freenet/keys/ClientCHK.java
Log:
Fix build


Modified: branches/db4o/freenet/src/freenet/keys/ClientCHK.java
===================================================================
--- branches/db4o/freenet/src/freenet/keys/ClientCHK.java       2009-02-19 
14:17:56 UTC (rev 25741)
+++ branches/db4o/freenet/src/freenet/keys/ClientCHK.java       2009-02-19 
18:42:21 UTC (rev 25742)
@@ -212,4 +212,8 @@
                if(!Arrays.equals(cryptoKey, key.cryptoKey)) return false;
                return true;
        }
+
+       public byte[] getRoutingKey() {
+               return routingKey;
+       }
 }

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

Reply via email to