// Created: 06/11/2003
// RCS-ID: $Id$
// Copyright: (c) 2003 Hajo Kirchhoff
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
wxProtocolError GetError() { return m_error; }
- virtual bool Abort() { return TRUE; }
+ virtual bool Abort() { return true; }
wxInputStream *GetInputStream(const wxString& WXUNUSED(path))
{