int m_milli; // the timer interval
bool m_oneShot; // TRUE if one shot
+
+ DECLARE_NO_COPY_CLASS(wxTimerBase)
};
// ----------------------------------------------------------------------------
#include "wx/mac/timer.h"
#elif defined(__WXPM__)
#include "wx/os2/timer.h"
-#elif defined(__WXSTUBS__)
- #include "wx/stubs/timer.h"
#endif
// ----------------------------------------------------------------------------