Rev 1595 | Rev 1601 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1595 | Rev 1599 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | typedef boost::signals2::signal<void(TimerId)> SignalOnTimeout; |
41 | typedef boost::signals2::signal<void(TimerId)> SignalOnTimeout; |
| 42 | 42 | ||
| 43 | virtual ~Manager(); |
43 | virtual ~Manager(); |
| 44 | 44 | ||
| 45 | static Pointer Instance(); |
45 | static Pointer Instance(); |
| - | 46 | static void Create(); |
|
| 46 | static void Delete(); |
47 | static void Delete(); |
| 47 | 48 | ||
| 48 | void ConnectSlots(const SignalOnTimeout::slot_type& slot_on_timeout); |
49 | void ConnectSlots(const SignalOnTimeout::slot_type& slot_on_timeout); |
| 49 | 50 | ||
| 50 | TimerId Set(unsigned int timeout, bool repeat); |
51 | TimerId Set(unsigned int timeout, bool repeat); |