]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/evtloop.cpp
Use SYSTEMTIME instead of DOS time when converting to/from VARIANTS.
[wxWidgets.git] / src / palmos / evtloop.cpp
index 01bd21e9820fd9cf62c8fd77d7304a7f43ca22ed..d9d22bd8812cffc58cef63e6915f5fb1a84f9625 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "wx/tooltip.h"
 #include "wx/except.h"
-#include "wx/ptr_scpd.h"
 
 #if wxUSE_THREADS
     #include "wx/thread.h"
@@ -135,8 +134,18 @@ bool wxGUIEventLoop::Dispatch()
     return false;
 }
 
+int wxGUIEventLoop::DispatchTimeout(unsigned long timeout)
+{
+    return -1;
+}
+
 void wxGUIEventLoop::WakeUp()
 {
     return;
 }
 
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
+{
+    return true;
+}
+