final prototype fixes (done using ifacecheck)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-24 01:02:55 +00:00
parent 919ccb4c44
commit 8d483c9b75
8 changed files with 54 additions and 50 deletions

View File

@@ -34,7 +34,7 @@ public:
Closes the current entry. On a non-seekable stream reads to the end of
the current entry first.
*/
bool CloseEntry();
virtual bool CloseEntry();
/**
Closes the current entry if one is open, then reads the meta-data for
@@ -50,7 +50,7 @@ public:
@a entry must be from the same archive file that this wxArchiveInputStream
is reading, and it must be reading it from a seekable stream.
*/
bool OpenEntry(wxArchiveEntry& entry);
virtual bool OpenEntry(wxArchiveEntry& entry);
};
@@ -77,7 +77,7 @@ public:
/**
Calls Close() if it has not already been called.
*/
~wxArchiveOutputStream();
virtual ~wxArchiveOutputStream();
/**
Closes the archive, returning @true if it was successfully written.