WvStreams
uniconf
uninullgen.cc
1
/*
2
* Worldvisions Weaver Software:
3
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4
*
5
* A generator that is always empty and rejects changes.
6
*/
7
#include "uninullgen.h"
8
#include "wvmoniker.h"
9
#include "wvlinkerhack.h"
10
11
WV_LINK(
UniNullGen
);
12
13
14
static
IUniConfGen
*creator(WvStringParm,
IObject
*)
15
{
16
return
new
UniNullGen
();
17
}
18
19
static
WvMoniker<IUniConfGen>
reg(
"null"
, creator);
UniNullGen
A generator that is always empty and rejects changes.
Definition:
uninullgen.h:18
IUniConfGen
An abstract data container that backs a UniConf tree.
Definition:
uniconfgen.h:39
WvMoniker
A type-safe version of WvMonikerBase that lets you provide create functions for object types other th...
Definition:
wvmoniker.h:61
IObject
Definition:
IObject.h:65
Generated by
1.8.17