return wxPORT_PALMOS;
}
+wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
+{
+ return new wxPalmOSTimerImpl(timer);
+};
// ===========================================================================
// wxApp implementation
// ===========================================================================