WvStreams
Main Page
Modules
Classes
Files
File List
File Members
include
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
14
class
UniBachelorGen
:
public
UniFilterGen
15
{
16
public
:
17
UniBachelorGen
(
IUniConfGen
*
inner
);
18
UniBachelorGen
(
WvStringParm
moniker);
19
20
virtual
void
commit
();
21
virtual
bool
refresh
();
22
};
23
24
#endif
/* _UNIBACHELORGEN_H */
Generated on Thu Oct 31 2013 15:14:21 for WvStreams by
1.8.4