New wxDataObject, DnD and Clipboard code

A few more minor fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-14 16:13:49 +00:00
parent 450cab2dff
commit 8b53e5a226
21 changed files with 1347 additions and 666 deletions

View File

@@ -771,13 +771,13 @@ bool wxVariantDataTime::Write(wxString& str) const
return TRUE;
}
bool wxVariantDataTime::Read(istream& str)
bool wxVariantDataTime::Read(istream& WXUNUSED(str))
{
// Not implemented
return FALSE;
}
bool wxVariantDataTime::Read(wxString& str)
bool wxVariantDataTime::Read(wxString& WXUNUSED(str))
{
// Not implemented
return FALSE;
@@ -844,13 +844,13 @@ bool wxVariantDataDate::Write(wxString& str) const
return TRUE;
}
bool wxVariantDataDate::Read(istream& str)
bool wxVariantDataDate::Read(istream& WXUNUSED(str))
{
// Not implemented
return FALSE;
}
bool wxVariantDataDate::Read(wxString& str)
bool wxVariantDataDate::Read(wxString& WXUNUSED(str))
{
// Not implemented
return FALSE;
@@ -921,13 +921,13 @@ bool wxVariantDataVoidPtr::Write(wxString& str) const
return TRUE;
}
bool wxVariantDataVoidPtr::Read(istream& str)
bool wxVariantDataVoidPtr::Read(istream& WXUNUSED(str))
{
// Not implemented
return FALSE;
}
bool wxVariantDataVoidPtr::Read(wxString& str)
bool wxVariantDataVoidPtr::Read(wxString& WXUNUSED(str))
{
// Not implemented
return FALSE;