6#ifndef __WVTIMEOUTSTREAM_H
7#define __WVTIMEOUTSTREAM_H
25 WvTimeoutStream(time_t msec);
26 virtual bool isok()
const {
return ok; }
31 const char *wstype()
const {
return "WvTimeoutStream"; }
WvStream()
Basic constructor for just a do-nothing WvStream.
virtual bool isok() const
return true if the stream is actually usable right now
virtual void execute()
The callback() function calls execute(), and then calls the user- specified callback if one is define...