--------------------- PatchSet 7438 Date: 2008/03/03 07:31:39 Author: amosjeffries Branch: cleanup Tag: (none) Log: .h cleanups Members: src/ACLIP.h:1.9.4.1->1.9.4.2 src/ACLSourceASN.h:1.3->1.3.4.1 Index: squid3/src/ACLIP.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLIP.h,v retrieving revision 1.9.4.1 retrieving revision 1.9.4.2 diff -u -r1.9.4.1 -r1.9.4.2 --- squid3/src/ACLIP.h 27 Feb 2008 04:28:57 -0000 1.9.4.1 +++ squid3/src/ACLIP.h 3 Mar 2008 07:31:39 -0000 1.9.4.2 @@ -1,5 +1,5 @@ /* - * $Id: ACLIP.h,v 1.9.4.1 2008/02/27 04:28:57 amosjeffries Exp $ + * $Id: ACLIP.h,v 1.9.4.2 2008/03/03 07:31:39 amosjeffries Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -57,16 +57,16 @@ IPAddress addr2; - IPAddress mask; /* This should perhapse be stored as a CIDR range now instead of a full IP mask. */ + IPAddress mask; /**< \todo This should perhapse be stored as a CIDR range now instead of a full IP mask. */ - acl_ip_data *next; /* used for parsing, not for storing */ + acl_ip_data *next; /**< used for parsing, not for storing */ private: static bool DecodeMask(const char *asc, IPAddress &mask, int string_format_type); }; -MEMPROXY_CLASS_INLINE(acl_ip_data) /**DOCS_NOSEMI*/ +MEMPROXY_CLASS_INLINE(acl_ip_data); /// \ingroup ACLAPI class ACLIP : public ACL Index: squid3/src/ACLSourceASN.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLSourceASN.h,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -u -r1.3 -r1.3.4.1 --- squid3/src/ACLSourceASN.h 14 Dec 2007 23:50:57 -0000 1.3 +++ squid3/src/ACLSourceASN.h 3 Mar 2008 07:31:39 -0000 1.3.4.1 @@ -1,6 +1,6 @@ /* - * $Id: ACLSourceASN.h,v 1.3 2007/12/14 23:50:57 squidadm Exp $ + * $Id: ACLSourceASN.h,v 1.3.4.1 2008/03/03 07:31:39 amosjeffries Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -32,10 +32,15 @@ * * Copyright (c) 2003, Robert Collins */ - #ifndef SQUID_ACLSOURCEASN_H #define SQUID_ACLSOURCEASN_H + +#if 0 #include "ACLASN.h" +#endif + +class ACLChecklist; + #include "ACLStrategy.h" #include "IPAddress.h"