7#ifndef __UNICONFDAEMON_H
8#define __UNICONFDAEMON_H
11#include "wvistreamlist.h"
38 void listen(WvStringParm lmoniker);
41 void listencallback(IWvStream *s);
An abstract data container that backs a UniConf tree.
void listen(WvStringParm lmoniker)
Start listening on a socket described by the given WvListener moniker.
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.
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.
WvStream()
Basic constructor for just a do-nothing WvStream.