You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/31 16:09:58 UTC

svn commit: r179215 - /lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java

Author: andreas
Date: Tue May 31 07:09:56 2005
New Revision: 179215

URL: http://svn.apache.org/viewcvs?rev=179215&view=rev
Log:
added IPRange.delete() method

Modified:
    lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java

Modified: lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java?rev=179215&r1=179214&r2=179215&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/ac/IPRange.java Tue May 31 07:09:56 2005
@@ -92,4 +92,9 @@
      */
     void save() throws AccessControlException;
     
+    /**
+     * Delete an IP range.
+     * @throws AccessControlException if the delete failed
+     */
+    void delete() throws AccessControlException;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org