X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b44d740f5aab6d21b9938ca8b29cfcc8a73dc7e..5abefd049eaed7d83ed60ddf2750bea830ce06b6:/include/wx/os2/apptrait.h diff --git a/include/wx/os2/apptrait.h b/include/wx/os2/apptrait.h index 3b8168570c..c77a07486a 100644 --- a/include/wx/os2/apptrait.h +++ b/include/wx/os2/apptrait.h @@ -19,6 +19,10 @@ class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase { public: + virtual wxEventLoopBase *CreateEventLoop(); +#if wxUSE_TIMER + virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; }; +#endif }; #if wxUSE_GUI @@ -26,6 +30,10 @@ public: class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase { public: + virtual wxEventLoopBase *CreateEventLoop(); +#if wxUSE_TIMER + virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer); +#endif virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const; // wxThread helpers