Searched refs:CTimer (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTimer.h37 class CTimer class
40 CTimer(wxEvtHandler *owner, int timerid = -1);
41 ~CTimer();
H A DTimer.cpp62 // implement a Sleep operation which the owning CTimer can
87 ////////////////////// CTimer ////////////////////////
89 CTimer::~CTimer()
95 CTimer::CTimer(wxEvtHandler* owner, int id) function in class:CTimer
104 bool CTimer::IsRunning() const
110 bool CTimer::Start(int millisecs, bool oneShot)
139 void CTimer::Stop()
H A DSearchList.h29 #include "Timer.h" // Needed for CTimer
196 CTimer m_searchTimer;
H A DServerConnect.h35 #include "Timer.h" // Needed for CTimer
121 CTimer m_idRetryTimer;
H A Damule.h75 class CTimer;
338 CTimer* core_timer;
H A Damule-gui.cpp34 #include "Timer.h" // Needed for CTimer
292 core_timer = new CTimer(this,ID_CORE_TIMER_EVENT);
H A Damuled.cpp616 core_timer = new CTimer(this,ID_CORE_TIMER_EVENT);

Completed in 43 milliseconds