wxProtocolError GetError() { return m_error; }
- virtual bool Abort() { return TRUE; }
+ virtual bool Abort() { return true; }
wxInputStream *GetInputStream(const wxString& WXUNUSED(path))
{
void Attach(HINTERNET hFile);
- off_t SeekI( off_t WXUNUSED(pos), wxSeekMode WXUNUSED(mode) )
+ wxFileOffset SeekI( wxFileOffset WXUNUSED(pos), wxSeekMode WXUNUSED(mode) )
{ return -1; }
- off_t TellI() const
+ wxFileOffset TellI() const
{ return -1; }
protected: