]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Converted HttpReply to a proper C++ class. Removed httpReplyCreate(),
authorwessels <>
Sat, 5 Nov 2005 07:08:32 +0000 (07:08 +0000)
committerwessels <>
Sat, 5 Nov 2005 07:08:32 +0000 (07:08 +0000)
commit06a5ae203abccdad71cae5187ade1b7bc10514fc
tree51d990b8255580afd9515f88fec6a0866206d16f
parent7512663390c74fd70e6d319ec3066fd25587073c
Converted HttpReply to a proper C++ class.  Removed httpReplyCreate(),
httpReplyDestroy(), and other static httpReply*() functions.
23 files changed:
src/ESI.cc
src/ESIInclude.cc
src/HttpReply.cc
src/HttpReply.h
src/MemObject.cc
src/access_log.cc
src/cache_manager.cc
src/cbdata.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/errorpage.cc
src/ftp.cc
src/http.cc
src/internal.cc
src/mime.cc
src/net_db.cc
src/peer_digest.cc
src/store.cc
src/store_client.cc
src/store_digest.cc
src/urn.cc
src/whois.cc