Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

uninullgen.cc

Go to the documentation of this file.
00001 /* 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * A generator that is always empty and rejects changes. 00006 */ 00007 #include "uninullgen.h" 00008 #include "wvmoniker.h" 00009 00010 static UniConfGen *creator(WvStringParm, IObject *, void *) 00011 { 00012 return new UniNullGen(); 00013 } 00014 00015 static WvMoniker<UniConfGen> reg("null", creator);

Generated on Tue Oct 5 01:09:19 2004 for WvStreams by doxygen 1.3.7