]> git.ipfire.org Git - thirdparty/squid.git/commit
Converted three store_swapout.cc functions to StoreEntry class methods
authorwessels <>
Wed, 18 Apr 2007 05:05:17 +0000 (05:05 +0000)
committerwessels <>
Wed, 18 Apr 2007 05:05:17 +0000 (05:05 +0000)
commitc07cbbf4b8035c2fc0489b57da12947dbd86be87
tree02e0bf0877e6a374f504c508019ff2094796d9bb
parent1f8dc0fbbe02fe90c62f02ed0858123939df30c1
Converted three store_swapout.cc functions to StoreEntry class methods

storeSwapOut() is now StoreEntry::swapOut()
storeSwapOutFileClose() is now StoreEntry::swapOutFileClose()
storeSwapOutAble() is now Storeentry::swapOutAble()
src/Store.h
src/protos.h
src/store.cc
src/store_client.cc
src/store_swapout.cc
src/tests/stub_store_swapout.cc
src/tests/testUfs.cc