Remove BPackageKit::[...]::AbstractDataWriter and friends

* FDDataWriter and ZlibDataWriter weren't used anymore.
* AbstractDataWriter was implemented only by PackageFileHeapWriter,
  which was only used by WriterImplBase.
* Add a PackageFileHeapWriter::AddDataThrows() which has semantics
  equivalent to the previously inherited WriteDataThrows().
This commit is contained in:
Ingo Weinhold
2014-06-23 22:58:15 +02:00
parent 32832cbe47
commit 84297881bb
9 changed files with 20 additions and 263 deletions
@@ -1 +0,0 @@
#include <../private/package/hpkg/DataWriters.h>