X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..d5363c04ac7bfd5409b369746a67b83fd10cfdbc:/src/palmos/base.cpp diff --git a/src/palmos/base.cpp b/src/palmos/base.cpp index cadd56b368..5792e14937 100644 --- a/src/palmos/base.cpp +++ b/src/palmos/base.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// -// 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 /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -35,10 +35,6 @@ // wxConsoleAppTraits implementation // ============================================================================ -void wxConsoleAppTraits::AlwaysYield() -{ -} - void *wxConsoleAppTraits::BeforeChildWaitLoop() { return NULL; @@ -48,6 +44,7 @@ void wxConsoleAppTraits::AfterChildWaitLoop(void * WXUNUSED(data)) { } +#if wxUSE_THREADS bool wxConsoleAppTraits::DoMessageFromThreadWait() { return true; @@ -58,6 +55,7 @@ WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread) // TODO return 0; } +#endif // wxUSE_THREADS #if wxUSE_CONSOLE_EVENTLOOP wxEventLoopBase *