5 #ifndef __WVBATCHSIGNAL_H
6 #define __WVBATCHSIGNAL_H
9 #include <wvistreamlist.h>
19 WvIStreamList::globallist.append(
this,
false, _id);
23 WvIStreamList::globallist.unlink(
this);
49 WvStreamCallback(
this, &WvBellPull::bellpull_cb), NULL);
54 bellpull(_other.bellpull)
63 void delay(time_t msec_timeout)
65 bellpull->
alarm(msec_timeout);
UniConf instances function as handles to subtrees of a UniConf tree and expose a high-level interface...
WvStream()
Basic constructor for just a do-nothing WvStream.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual unsigned int release()=0
Indicate that you are finished using this object.
void alarm(time_t msec_timeout)
set an alarm, ie.
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
void setcallback(IWvStreamCallback _callfunc)
define the callback function for this stream, called whenever the callback() member is run,...
virtual unsigned int addRef()=0
Indicate you are using this object.