// Created: 10.14.04
// RCS-ID: $Id$
// Copyright: (c) William Osborne
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
#include "wx/tooltip.h"
#include "wx/except.h"
-#include "wx/ptr_scpd.h"
#if wxUSE_THREADS
#include "wx/thread.h"
return false;
}
+int wxGUIEventLoop::DispatchTimeout(unsigned long timeout)
+{
+ return -1;
+}
+
+void wxGUIEventLoop::WakeUp()
+{
+ return;
+}
+
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
+{
+ return true;
+}
+