The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CReadTimeoutDatagramSocketConnectionFilter::TimerCallback Class Reference

List of all members.

Public Types

typedef
CReadTimeoutDatagramSocketConnectionFilter::UserData 
UserData
 User data that can be passed to TimerCallback via the OnTimer() call when the timeout expires.

Public Member Functions

virtual void OnTimer (IDatagramSocket &socket, UserData userData)=0
 Called after the timer expires.

Protected Member Functions

 ~TimerCallback ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Typedef Documentation

User data that can be passed to TimerCallback via the OnTimer() call when the timeout expires.


Constructor & Destructor Documentation

~TimerCallback (  )  [protected]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Function Documentation

virtual void OnTimer ( IDatagramSocket socket,
UserData  userData 
) [pure virtual]

Called after the timer expires.


Generated on Sun Sep 12 19:10:35 2021 for The Server Framework - v7.4 by doxygen 1.5.3