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

CReadTimeoutStreamSocketConnectionFilter::TimerCallback Class Reference

List of all members.

Public Types

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

Public Member Functions

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

Protected Member Functions

virtual ~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

virtual ~TimerCallback (  )  [protected, virtual]

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


Member Function Documentation

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

Called after the timer expires.


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