Fix several warnings that appear in gcc 4.3.2.
[wvstreams.git] / uniconf / uninullgen.cc
blobac311bee727669f1ef9efdc2ea37aab7b23b5e88
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"
11 WV_LINK(UniNullGen);
14 static IUniConfGen *creator(WvStringParm, IObject*)
16 return new UniNullGen();
19 static WvMoniker<IUniConfGen> reg("null", creator);