]> git.saurik.com Git - wxWidgets.git/commit - src/osx/core/utilsexc_cf.cpp
Use CFSocket instead of CFFileDescriptor in wxCFEventLoopSource.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:29:05 +0000 (00:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:29:05 +0000 (00:29 +0000)
commita25b76f5f92c3cc116cb4ca53e8e5a6bcd3ff42f
tree0356a8345b5cbb380e29fcb81c3391bbc3954fd2
parent71e9885be0a84f3c544b992aeb3a842f821035b5
Use CFSocket instead of CFFileDescriptor in wxCFEventLoopSource.

Use OS X socket APIs for monitoring file descriptors. They are more flexible
than CFFileDescriptor functions and can be used with any descriptors, not
necessarily the socket ones.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/evtloopsrc.h
src/osx/core/evtloop_cf.cpp
src/osx/core/utilsexc_cf.cpp