git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15651
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
protected:
#if wxUSE_STREAMS
virtual bool DoCanRead( wxInputStream& stream ) = 0;
protected:
#if wxUSE_STREAMS
virtual bool DoCanRead( wxInputStream& stream ) = 0;
// save the stream position, call DoCanRead() and restore the position
bool CallDoCanRead(wxInputStream& stream);
// save the stream position, call DoCanRead() and restore the position
bool CallDoCanRead(wxInputStream& stream);
wxString m_name;
wxString m_extension;
wxString m_name;
wxString m_extension;