]> git.saurik.com Git - wxWidgets.git/commitdiff
made Dispatch() return bool indicating whether we processed any events inside it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Oct 2008 12:33:05 +0000 (12:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Oct 2008 12:33:05 +0000 (12:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/private/epolldispatcher.h

index 39bd3a27e597f4e00f16136e75585c8c39aff13b..d689ea243cd3c0ea9b8fa5e0fb265cf9e50e74c0 100644 (file)
@@ -32,7 +32,7 @@ public:
     virtual bool RegisterFD(int fd, wxFDIOHandler* handler, int flags = wxFDIO_ALL);
     virtual bool ModifyFD(int fd, wxFDIOHandler* handler, int flags = wxFDIO_ALL);
     virtual bool UnregisterFD(int fd);
-    virtual void Dispatch(int timeout = TIMEOUT_INFINITE);
+    virtual bool Dispatch(int timeout = TIMEOUT_INFINITE);
 
 private:
     // ctor is private, use Create()