///////////////////////////////////////////////////////////////////////////////
-// Name: src/palmos/basemsw.cpp
+// Name: src/palmos/base.cpp
// Purpose: misc stuff only used in applications under PalmOS
// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10.13.2004
// RCS-ID: $Id$
// Copyright: (c) 2004 William Osborne
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
// wxConsoleAppTraits implementation
// ============================================================================
-void wxConsoleAppTraits::AlwaysYield()
-{
-}
-
void *wxConsoleAppTraits::BeforeChildWaitLoop()
{
return NULL;
{
}
+#if wxUSE_THREADS
bool wxConsoleAppTraits::DoMessageFromThreadWait()
{
return true;
// TODO
return 0;
}
+#endif // wxUSE_THREADS
#if wxUSE_CONSOLE_EVENTLOOP
wxEventLoopBase *