#include "wx/event.h"
#endif
+#include "wx/apptrait.h"
#include "wx/longlong.h"
#include <sys/time.h>
return wxGetLocalTimeMillis() * 1000L;
}
+wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer)
+{
+ return new wxUnixTimerImpl(timer);
+}
+
#endif // wxUSE_TIMER