Callback type made visible

This commit is contained in:
Pavel Kirienko
2014-03-31 18:45:46 +04:00
parent eafdc82b4b
commit fd6f27b7d8
4 changed files with 19 additions and 9 deletions
+5 -1
View File
@@ -64,9 +64,13 @@ public:
};
template <typename Callback>
template <typename Callback_>
class TimerEventForwarder : public TimerBase
{
public:
typedef Callback_ Callback;
private:
Callback callback_;
void handleTimerEvent(const TimerEvent& event)