HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-27 11:21:10 +00:00
parent e7d0a28b01
commit adaaa68635
133 changed files with 1080 additions and 1080 deletions

View File

@@ -39,13 +39,13 @@ public:
either the old file couldn't be deleted or that the new file couldn't be renamed
to the old name.
*/
bool Commit();
virtual bool Commit();
/**
Discard changes: the old file contents are not changed, the temporary file is
deleted.
*/
void Discard();
virtual void Discard();
};
@@ -87,7 +87,7 @@ public:
/**
Destructor.
*/
~wxFFileOutputStream();
virtual ~wxFFileOutputStream();
/**
Returns @true if the stream is initialized and ready.
@@ -133,7 +133,7 @@ public:
/**
Destructor.
*/
~wxFileOutputStream();
virtual ~wxFileOutputStream();
/**
Returns @true if the stream is initialized and ready.
@@ -179,7 +179,7 @@ public:
/**
Destructor.
*/
~wxFileInputStream();
virtual ~wxFileInputStream();
/**
Returns @true if the stream is initialized and ready.
@@ -226,7 +226,7 @@ public:
/**
Destructor.
*/
~wxFFileInputStream();
virtual ~wxFFileInputStream();
/**
Returns @true if the stream is initialized and ready.