]>
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 // Licence: 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::BeforeChildWaitLoop()
43 void wxConsoleAppTraits::AfterChildWaitLoop(void * WXUNUSED(data
))
47 bool wxConsoleAppTraits::DoMessageFromThreadWait()
52 WXDWORD
wxConsoleAppTraits::WaitForThread(WXHANDLE hThread
)
58 #if wxUSE_CONSOLE_EVENTLOOP
60 wxConsoleAppTraits::CreateEventLoop()
62 return new wxEventLoop
;
64 #endif // wxUSE_CONSOLE_EVENTLOOP