]> git.saurik.com Git - wxWidgets.git/blob - src/mgl/timer.cpp
added conditional compilation test around wxGetDiskSpace for Mac OS X
[wxWidgets.git] / src / mgl / timer.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: gtk/timer.cpp
3 // Purpose: wxTimer implementation
4 // Author: Robert Roebling
5 // Id: $Id$
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10
11 #ifdef __GNUG__
12 #pragma implementation "timer.h"
13 #endif
14
15 #include "wx/timer.h"
16
17
18 // ----------------------------------------------------------------------------
19 // wxTimer
20 // ----------------------------------------------------------------------------
21
22 IMPLEMENT_ABSTRACT_CLASS(wxTimer,wxObject)
23