WvStreams
uniautogen.h
1 /*
2  * Worldvisions Weaver Software:
3  * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4  *
5  * A UniConf moniker that uses an .ini file to look up which moniker it
6  * should use to find the config file/subtree for a particular application.
7  */
8 #ifndef __UNIAUTOGEN_H
9 #define __UNIAUTOGEN_H
10 
11 class WvString;
12 
13 extern WvString uniautogen_moniker;
14 
15 #endif // __UNIAUTOGEN_H
WvString
WvString is an implementation of a simple and efficient printable-string class.
Definition: wvstring.h:329