2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
5 * See wvtimeoutstream.h.
7 #include "wvtimeoutstream.h"
9 WvTimeoutStream::WvTimeoutStream(time_t msec
) :
15 void WvTimeoutStream::execute()
19 // reset the alarm if it has gone off
20 if (alarm_was_ticking
) ok
= false;