// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "http.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
ClearHeaders();
m_read = true;
-#if defined(__VISAGECPP__)
-// VA just can't stand while(1)
- bool bOs2var = true;
- while(bOs2var)
-#else
- while (1)
-#endif
+ for ( ;; )
{
m_perr = ReadLine(this, line);
if (m_perr != wxPROTO_NOERR)