DNA_MessageHandlerWithTimeout
DNA_MessageHandlerWithTimeout
dna
1998 12-06
CLASS
DNA_MessageHandlerWithTimeout - C++ network message handler with time-out
SYNOPSIS
DNA_MessageHandlerWithTimeout performs an interface for network
message handlers with time-outs.
CONSTRUCTOR
DNA_MessageHandlerWithTimeout(const unsigned long milliseconds)
Initialize the handler to expire after milliseconds milli-seconds.
MEMBER FUNCTIONS
virtual GPL_Boolean GetExpired(void)
Check the duration that this handler has been in existence. Return
TRUE if the handler has expired due to time-out. Return
FALSE if the handler has not expired.
SEE ALSO
DNA_Client(3),
DNA_MessageHandler(3)