wxWidgets/include/wx/protocol
2007-07-13 21:30:36 +00:00
..
file.h we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1) 2006-12-06 19:20:40 +00:00
ftp.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
http.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
protocol.h removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works 2007-07-13 21:30:36 +00:00