]> cygwin.com Git - cygwin-apps/setup.git/commit - io_stream.cc
2004-11-18 Max Bowsher <maxb@ukf.net>
authorMax Bowsher <maxb1@ukf.net>
Thu, 18 Nov 2004 01:19:09 +0000 (01:19 +0000)
committerMax Bowsher <maxb1@ukf.net>
Thu, 18 Nov 2004 01:19:09 +0000 (01:19 +0000)
commit6b68e70382f3c8f8f65b390123086d91702bf7aa
treebe1b871c0a2560b1fbe0225fce61f0ab2a291d2b
parent51200ef280ae3ff6e80c746856103789cd8a4749
2004-11-18  Max Bowsher  <maxb@ukf.net>

* archive.h (archive::~archive): Define a pure virtual destructor to
enforce the abstract nature of this class.
* archive.cc (archive::~archive): Pure virtual destructors require an
implementation! Add one.
* io_stream.h (io_stream::destroyed): Remove this severely
brain-damaged implementation of a weakly-enforced abstract class.
The pure virtual destructor was strongly enforcing the abstract nature
anyway.
* io_stream.cc (io_stream::~io_stream): Empty out horribly pointless
code from the pure virtual destructor.
* archive_tar.cc (archive_tar::~archive_tar): Remove all
reference to the removed "destroyed" member.
* archive_tar_file.cc (archive_tar_file::~archive_tar_file): Ditto.
* compress_bz.cc (compress_bz::~compress_bz): Ditto.
* compress_gz.cc (compress_gz::~compress_gz): Ditto.
* io_stream_cygfile.cc (io_stream_cygfile::~io_stream_cygfile): Ditto.
* io_stream_file.cc (io_stream_file::~io_stream_file): Ditto.
* io_stream_memory.cc (io_stream_memory::~io_stream_memory): Ditto.
12 files changed:
ChangeLog
archive.cc
archive.h
archive_tar.cc
archive_tar_file.cc
compress_bz.cc
compress_gz.cc
io_stream.cc
io_stream.h
io_stream_cygfile.cc
io_stream_file.cc
io_stream_memory.cc
This page took 0.034515 seconds and 5 git commands to generate.