]> git.saurik.com Git - wxWidgets.git/commit
Added wxFDIOHandler::IsOk() and use it with wxSocketImplUnix.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Aug 2009 23:02:18 +0000 (23:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Aug 2009 23:02:18 +0000 (23:02 +0000)
commit251e98cb7313462485e9e36ab900fbed51a40871
treea84df32ebff8ee89255c740fabfda260c3c62e7d
parentfc72fab6c65b688cb3c4c96798629195f6e82bae
Added wxFDIOHandler::IsOk() and use it with wxSocketImplUnix.

This will allow to use the base wxFDIOHandler class only in GUI-specific
network code and this remove its dependency on wxSocketImplUnix. IOW it paves
the way for a proper solution of the problem fixed by r61336 without the hack
of r61335 which results in linking problems (which went undiscovered until now
but were, in fact, always present, i.e. r61335 couldn't work).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/fdiodispatcher.h
include/wx/unix/private/sockunix.h
src/gtk/sockgtk.cpp
src/gtk1/sockgtk.cpp