7 #ifndef __UNICONFDAEMON_H
8 #define __UNICONFDAEMON_H
11 #include "wvistreamlist.h"
38 void listen(WvStringParm lmoniker);
44 #endif // __UNICONFDAEMON_H
virtual void close()
Close the stream if it is open; isok() becomes false from now on.
UniConf instances function as handles to subtrees of a UniConf tree and expose a high-level interface...
void listen(WvStringParm lmoniker)
Start listening on a socket described by the given WvListener moniker.
An abstract data container that backs a UniConf tree.
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's.
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
UniConfDaemon(const UniConf &cfg, bool auth, IUniConfGen *permgen)
Create a UniConfDaemon to serve the Uniconf tree cfg.
WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how to...