
Public Types | |
| typedef IQueueTimers::UserData | UserData |
| User data that can be passed to Timer via the OnTimer() call when the timeout expires. | |
Public Member Functions | |
| virtual void | OnTimer (UserData userData)=0 |
| Called after the timer expires. | |
Protected Member Functions | |
| ~Timer () | |
| We never delete instances of this interface; you must manage the lifetime of the class that implements it. | |
| typedef IQueueTimers::UserData UserData |
User data that can be passed to Timer via the OnTimer() call when the timeout expires.
Reimplemented in CReadTimeoutStreamSocketConnectionFilter.
| ~Timer | ( | ) | [inline, protected] |
We never delete instances of this interface; you must manage the lifetime of the class that implements it.
| virtual void OnTimer | ( | UserData | userData | ) | [pure virtual] |
Called after the timer expires.
1.5.3