Author: nextgens
Date: 2009-01-29 17:14:36 +0000 (Thu, 29 Jan 2009)
New Revision: 25365

Added:
   trunk/freenet/src/freenet/support/LogThresholdCallback.java
Log:
some untested code trying to address the lock-contention problem in the logger 
(with the new file)

Added: trunk/freenet/src/freenet/support/LogThresholdCallback.java
===================================================================
--- trunk/freenet/src/freenet/support/LogThresholdCallback.java                 
        (rev 0)
+++ trunk/freenet/src/freenet/support/LogThresholdCallback.java 2009-01-29 
17:14:36 UTC (rev 25365)
@@ -0,0 +1,12 @@
+/* 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 freenet.support;
+
+public class LogThresholdCallback {
+
+       public LogThresholdCallback() {
+       }
+
+       public void shouldUpdate(){}; 
+}

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

Reply via email to