]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/base.cpp
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/basemsw.cpp
3 // Purpose: misc stuff only used in applications under PalmOS
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) 2004 William Osborne
9 // License: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // for compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
30 #include "wx/apptrait.h"
31 #include "wx/recguard.h"
32 #include "wx/evtloop.h" // wxEventLoop
34 // ============================================================================
35 // wxConsoleAppTraits implementation
36 // ============================================================================
38 void wxConsoleAppTraits::AlwaysYield()
42 void *wxConsoleAppTraits::BeforeChildWaitLoop()
47 void wxConsoleAppTraits::AfterChildWaitLoop(void * WXUNUSED(data
))
51 bool wxConsoleAppTraits::DoMessageFromThreadWait()
56 WXDWORD
wxConsoleAppTraits::WaitForThread(WXHANDLE hThread
)
62 #if wxUSE_CONSOLE_EVENTLOOP
64 wxConsoleAppTraits::CreateEventLoop()
66 return new wxEventLoop
;
68 #endif // wxUSE_CONSOLE_EVENTLOOP