// Created: 10.14.04
// RCS-ID: $Id$
// Copyright: (c) William Osborne
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
return;
}
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
+{
+ return true;
+}
+