]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Encapsulate ClientHttpRequest::entry.
authorrobertc <>
Fri, 20 Jun 2003 07:00:57 +0000 (07:00 +0000)
committerrobertc <>
Fri, 20 Jun 2003 07:00:57 +0000 (07:00 +0000)
commit86a2f789346153337437cbb1dd77210f98eecca0
treee9b9e97d5abfd9255d023cb7be2c05e5f5d8bf70
parentbed72dabf49913b15e6067cc26355555d7e06c47
Summary: Encapsulate ClientHttpRequest::entry.
Keywords:

* Add accessor and mutator methods storeEntry().
* Find all mutations, and convert to using the mutator.
* Bugfix libTrie for --disable-inline builds.
* Make ClientHttpRequest::memObject() const inline.
* Introduce removeClientStoreReference to clientReplyContext to
  manage the encapsulation.
* Add needed MemObject.h header includes to gopher, ftp and wais.cc.
13 files changed:
lib/libTrie/src/Trie.cc
lib/libTrie/src/TrieNode.cc
src/Makefile.am
src/client_side.cc
src/client_side_reply.cc
src/client_side_reply.h
src/client_side_request.cc
src/client_side_request.cci [new file with mode: 0644]
src/client_side_request.h
src/ftp.cc
src/gopher.cc
src/stat.cc
src/wais.cc