]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Convert Stack to typesafe usage.
authorrobertc <>
Mon, 14 Jul 2003 16:36:41 +0000 (16:36 +0000)
committerrobertc <>
Mon, 14 Jul 2003 16:36:41 +0000 (16:36 +0000)
commit91caca8381c0ed673bf752a2e7425ba1ba74d822
tree6ce235f8b28e5253620f4067980afa5004b77b76
parentbf5113eb698f08c0e61c6fef4f8d4ee4d42aa4f1
Summary: Convert Stack to typesafe usage.
Keywords:

Convert the Stack Header.
Add a StackTest testcase.
Remove Stack.h from squid.h.
Adjust cbdata to use typesage stacks.
Move cbdata's foreach to Generic.h.
Adjust store.cc to use a typesafe Stack.
Remove unused Stack defines.
include/Stack.h
src/Generic.h
src/cbdata.cc
src/squid.h
src/store.cc
test-suite/Makefile.am
test-suite/StackTest.cc [new file with mode: 0644]