Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

unireadonlygen.h

Go to the documentation of this file.
00001 /* -*- Mode: C++ -*-
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  * 
00005  * A read only generator wrapper.
00006  */
00007 #ifndef __UNIREADONLYGEN_H
00008 #define __UNIREADONLYGEN_H
00009 
00010 #include "unifiltergen.h"
00011 
00012 /**
00013  * A generator that wraps another generator and makes it read only.
00014  *
00015  * To mount, use the moniker "readonly:" followed by the
00016  * moniker of the generator to wrap.
00017  *
00018  */
00019 class UniReadOnlyGen : public UniFilterGen
00020 {
00021 public:
00022     UniReadOnlyGen(UniConfGen *inner) : UniFilterGen(inner) { }
00023 
00024     /***** Overridden members *****/
00025 
00026     virtual void set(const UniConfKey &key, WvStringParm value) { };
00027 };
00028 
00029 
00030 #endif // __UNICONFREADONLY_H

Generated on Sat Mar 13 14:55:25 2004 for WvStreams by doxygen 1.3.6-20040222