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