]> git.saurik.com Git - apt.git/commit - apt-pkg/edsp/edspsystem.cc
elimate duplicated code in pkgIndexFile subclasses
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Jul 2015 08:17:29 +0000 (10:17 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:59 +0000 (17:27 +0200)
commitc9443c01208377f0cba9706412ea3a98ad97b56d
treee324eb72ee264cc41d92d5c7fc78af77351f6b88
parent5465192b9aeb1ccea778950ccf2d1b7b32f2cd91
elimate duplicated code in pkgIndexFile subclasses

Trade deduplication of code for a bunch of new virtuals, so it is
actually visible how the different indexes behave cleaning up the
interface at large in the process.

Git-Dch: Ignore
16 files changed:
apt-pkg/contrib/fileutl.cc
apt-pkg/contrib/fileutl.h
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debindexfile.h
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/deblistparser.h
apt-pkg/edsp/edspindexfile.cc
apt-pkg/edsp/edspindexfile.h
apt-pkg/edsp/edspsystem.cc
apt-pkg/indexfile.cc
apt-pkg/indexfile.h
apt-pkg/pkgcachegen.cc
apt-pkg/pkgcachegen.h
cmdline/apt-internal-solver.cc
test/integration/framework
test/integration/test-apt-get-install-deb