]> git.ipfire.org Git - thirdparty/squid.git/commit - src/acl/ProtocolData.cc
Cleanup: repalce several CbDataLIst uses with std::list
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 20 Nov 2014 09:34:09 +0000 (01:34 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 20 Nov 2014 09:34:09 +0000 (01:34 -0800)
commitcd44274bf1149d9d5d0887a5ee9f05f7755445ce
tree502f9d1ca3e04b44014a1b05fe4256d377c07254
parent01bd87d861361032aeb9f8bfda938581bfa43101
Cleanup: repalce several CbDataLIst uses with std::list

Most of the uses of CbDataList appear to be abusing it for regular
list storage without any real need for CBDATA to be involved at all.

Also includes some documentation and syntax polishing cleanup.
src/Notes.h
src/acl/AtStepData.h
src/acl/HierCodeData.h
src/acl/IntRange.cc
src/acl/IntRange.h
src/acl/MethodData.cc
src/acl/MethodData.h
src/acl/ProtocolData.cc
src/acl/ProtocolData.h
src/auth/QueueNode.h