WvStreams
unibachelorgen.h
1 /* -*- Mode: C++ -*-
2  * Worldvisions Weaver Software:
3  * Copyright (C) 2005 Net Integration Technologies, Inc.
4  *
5  * A UniConf generator that refuses to commit() or refresh(). This is
6  * useful in blocking propogation of these messages upstream.
7  */
8 
9 #ifndef _UNIBACHELORGEN_H
10 #define _UNIBACHELORGEN_H
11 
12 #include "unifiltergen.h"
13 
15 {
16 public:
19 
20  virtual void commit();
21  virtual bool refresh();
22 };
23 
24 #endif /* _UNIBACHELORGEN_H */