Extract PipeIOHandler class into a header and rename to wxWakeUpPipe.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:27:28 +0000 (00:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:27:28 +0000 (00:27 +0000)
commit2ccfebab0925dd4bd5ad1671ad290ebc3141d782
tree0e6f782227bd726ca83f40d1107230629cb0b63a
parent9b70925d3e82d58cf8082ad69c6f67ca6fd61895
Extract PipeIOHandler class into a header and rename to wxWakeUpPipe.

No real changes to the class, just make it possible to reuse it outside of
Unix wxEventLoop code.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/files.bkl
include/wx/unix/evtloop.h
include/wx/unix/private/wakeuppipe.h [new file with mode: 0644]
src/unix/evtloopunix.cpp
src/unix/wakeuppipe.cpp [new file with mode: 0644]