]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Moved ICAP/ICAPInit* classes to adaptations/Init* classes.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Mar 2008 19:06:02 +0000 (13:06 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Mar 2008 19:06:02 +0000 (13:06 -0600)
This move helps Squid core code to manage adaptations without referring
to a specific adaptation mechanism. No functional changes are expected,
although InitiateHolder has been polished to prevent dereferencing of
invalidated Initiator.

src/ICAP/Makefile.am

index 86a3f3a50371b3e7bc6553b561a0d93eafb0cee3..7277ef9b2bd00a4d17972ee8af9288c2187a9a08 100644 (file)
@@ -11,10 +11,6 @@ noinst_LTLIBRARIES = libicap.la
 libicap_la_SOURCES = \
        ICAPClient.cc \
        ICAPClient.h \
-       ICAPInitiator.cc \
-       ICAPInitiator.h \
-       ICAPInitiate.cc \
-       ICAPInitiate.h \
        ICAPInOut.h \
        ICAPConfig.cc \
        ICAPConfig.h \