7 #ifndef __UNIREADONLYGEN_H
8 #define __UNIREADONLYGEN_H
10 #include "unifiltergen.h"
31 #endif // __UNICONFREADONLY_H
An abstract data container that backs a UniConf tree.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
IUniConfGen * inner() const
Returns the inner generator.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
A generator that wraps another generator and makes it read only.
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
A UniConfGen that delegates all requests to an inner generator.