WvStreams
unireadonlygen.h
1 /* -*- Mode: C++ -*-
2  * Worldvisions Weaver Software:
3  * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4  *
5  * A read only generator wrapper.
6  */
7 #ifndef __UNIREADONLYGEN_H
8 #define __UNIREADONLYGEN_H
9 
10 #include "unifiltergen.h"
11 
20 {
21 public:
23 
24  /***** Overridden members *****/
25 
26  virtual void flush_buffers() { }
27  virtual void set(const UniConfKey &key, WvStringParm value) { };
28 };
29 
30 
31 #endif // __UNICONFREADONLY_H