// Purpose: wxTimer class
// Author: Vaclav Slavik
// Id: $Id$
-// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------------------------------
class wxTimerDesc;
-class wxTimerScheduler;
class WXDLLEXPORT wxTimer : public wxTimerBase
{
private:
wxTimerDesc *m_desc;
- static wxTimerScheduler *ms_scheduler;
- static size_t ms_timersCnt;
-
DECLARE_ABSTRACT_CLASS(wxTimer)
};