Protocols::BitTorrent::Trackers::Timer Class Reference
#include <TrackerManagerImpl.h> [code]
List of all members.
Detailed Description
Timer for
TrackerManager update interval countdown.
- Todo:
- What is the Utils::Timer class? It seems that one timer is already there, but I haven't studied it...
- Todo:
- Replace this interface for the "real" one from the Peter's dev branch. The first parameter of the start() function is only a temporary "solution".
Definition at line 44 of file TrackerManagerImpl.h.
|
Public Member Functions |
| virtual | ~Timer () |
| virtual void | start (void *, qint64 timeout)=0 |
| virtual void | stop ()=0 |
Constructor & Destructor Documentation
| virtual Protocols::BitTorrent::Trackers::Timer::~Timer |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual void Protocols::BitTorrent::Trackers::Timer::start |
( |
void * |
, |
|
|
qint64 |
timeout |
|
) |
[pure virtual] |
|
| virtual void Protocols::BitTorrent::Trackers::Timer::stop |
( |
|
) |
[pure virtual] |
|
The documentation for this class was generated from the following file: