* wxThread fixes
* wxStream fix (Read(wxStreamBase)) * wxEvent: GTK idle loop waking up was actually good, reenabled. * wxSocket: all features working on Linux/RH6 (including high-level protocols) Needs testing on other platforms now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -355,6 +355,7 @@ wxInputStream *wxFTP::GetInputStream(const wxString& path)
|
||||
|
||||
in_stream->m_ftpsize = wxAtoi(WXSTRINGCAST str_size);
|
||||
}
|
||||
sock->SetFlags(WAITALL);
|
||||
|
||||
return in_stream;
|
||||
}
|
||||
@@ -401,13 +402,6 @@ wxList *wxFTP::GetList(const wxString& wildcard)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// Ininterresting ?!
|
||||
/*
|
||||
sock->SetEventHandler(*GetNextHandler(), m_id);
|
||||
sock->Notify(m_notifyme);
|
||||
sock->SetNotify(m_neededreq);
|
||||
*/
|
||||
|
||||
return file_list;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user