]> git.saurik.com Git - wxWidgets.git/commit
Extract wxFDIOHandler in its own header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Aug 2009 23:02:29 +0000 (23:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Aug 2009 23:02:29 +0000 (23:02 +0000)
commit3327957c0f65d032bf127613c714cedb45535509
treee180cc44cce29715e00a81846053baacb6117288
parent251e98cb7313462485e9e36ab900fbed51a40871
Extract wxFDIOHandler in its own header.

The files defining classes processing events on file descriptor only need this
class and not wxFDIODispatcher itself so reduce build dependencies by extracting
wxFDIOHandler in a separate header which they can include instead of the
entire fdiodispatcher.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/fdiodispatcher.h
include/wx/private/fdiohandler.h [new file with mode: 0644]