libs.net: complete network functionality
[WeStealzYourDataz.git] / src / uk / ac / ntu / n0521366 / wsyd / libs / net / NetworkSocketClosing.java
index 641890f..19076a9 100644 (file)
@@ -36,5 +36,5 @@ public interface NetworkSocketClosing {
      * @param key
      * @return 
      */
-    public boolean canCloseSocket(int key);
+    public boolean canCloseSocket(long key);
 }