Fix some lines that exceed 80 characters.
[wvstreams.git] / include / unibachelorgen.h
blob998b0db8ae398c00aa4d7b0d8916f91cefc7a66d
1 /* -*- Mode: C++ -*-
2 * Worldvisions Weaver Software:
3 * Copyright (C) 2005 Net Integration Technologies, Inc.
5 * A UniConf generator that refuses to commit() or refresh(). This is
6 * useful in blocking propogation of these messages upstream.
7 */
9 #ifndef _UNIBACHELORGEN_H
10 #define _UNIBACHELORGEN_H
12 #include "unifiltergen.h"
14 class UniBachelorGen : public UniFilterGen
16 public:
17 UniBachelorGen(IUniConfGen *inner);
18 UniBachelorGen(WvStringParm moniker);
20 virtual void commit();
21 virtual bool refresh();
24 #endif /* _UNIBACHELORGEN_H */