]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ACLMaxUserIP.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / ACLMaxUserIP.h
index d83ec81331c58ad6e99cdd6695320d84f8908d1e..903e2031ada225d8c08fae0ca1eadafd8bcf708c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ACLMaxUserIP.h,v 1.11 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
@@ -67,13 +67,12 @@ private:
     static Prototype RegistryProtoype;
     static ACLMaxUserIP RegistryEntry_;
 
-    int match(AuthUserRequest *, IPAddress const &);
+    int match(AuthUserRequest *, IpAddress const &);
     char const *class_;
     int maximum;
 
-    struct Flags
-    {
-        Flags() : strict(0){}
+    struct Flags {
+        Flags() : strict(0) {}
 
         unsigned int strict:1;
     } flags;