]> git.ipfire.org Git - thirdparty/squid.git/commit - src/esi/CustomParser.cc
Crude implementation of ESIParser registry, making ESIParser.cc
authorhno <>
Tue, 29 Mar 2005 04:44:12 +0000 (04:44 +0000)
committerhno <>
Tue, 29 Mar 2005 04:44:12 +0000 (04:44 +0000)
commitc2d4889f56b87a1205ffe09cb1c6146d5cc56bdf
tree3f3edeb6bf758ea5ea86145f04f1a87531dcbddb
parenta37ea9a1636c9fcad2dc094b453439910840a7ae
Crude implementation of ESIParser registry, making ESIParser.cc
independent of the available parsers, indirectly solving the
libxml2/expat conflict and preparing for easy buildtime selection of the
available parsers.
src/ESICustomParser.cc
src/ESICustomParser.h
src/ESIExpatParser.cc
src/ESIExpatParser.h
src/ESILibxml2Parser.cc
src/ESILibxml2Parser.h
src/ESIParser.cc
src/ESIParser.h