Use an abstract helper for error handling and output
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Jun 2010 16:01:11 +0000 (18:01 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 22 Jun 2010 16:01:11 +0000 (18:01 +0200)
commit70e706adf75ed319d931a220ce27db2b981093f5
tree97d2fe9ae63177742f5c5cf3ce0b7bb2d2ed5c60
parent313678129b6f8ad37216db0b4e7679059ab37e56
Use an abstract helper for error handling and output
instead of doing this directly in the CacheSets.
With this method an application like apt-get can change
the behavior of the CacheSets to his liking.
It can for example easily keep track of how packages
were added to the set: by names or with regex's…
cmdline/apt-get.cc
cmdline/cacheset.cc
cmdline/cacheset.h