]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Kinkie <gkinkie@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jul 2008 11:55:41 +0000 (23:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 9 Jul 2008 11:55:41 +0000 (23:55 +1200)
commit2236466c9b2e6577bec0ec4420118eb8b42afa9c
treece3a84ed73984a69574103261123a3dff8927fb8
parent1dcf8e5d45f3ce63d58d5f89adce2b80959623d0
Author: Kinkie <gkinkie@gmail.com>
Cleanups: rename List.h to CbDataList.h

include/List.h is in my very humble opinion misleadingly named, as it's
tied to CBDATA semantics and isn't really suited to be used as a generic
container class.

This patch renames the include file to CbDataList.h, and all datatypes
defined there are altered in the same manner.
14 files changed:
include/CbDataList.h [moved from include/List.h with 72% similarity]
src/ACLASN.h
src/ACLIntRange.cc
src/ACLIntRange.h
src/ACLMethodData.cc
src/ACLMethodData.h
src/ACLProtocolData.cc
src/ACLProtocolData.h
src/ACLSslErrorData.cc
src/ACLSslErrorData.h
src/CommRead.h
src/StoreSearch.h
src/asn.cc
src/comm.cc