Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cfgentry.cc

Go to the documentation of this file.
00001 /*
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  *
00005  * Implementation of the WvConfigEntry class. 
00006  *
00007  * Created:     Sept 28 1997            D. Coombs
00008  *
00009  */
00010 #include "wvconf.h"
00011 
00012 WvConfigEntry::WvConfigEntry()
00013 {
00014 }
00015 
00016 WvConfigEntry::WvConfigEntry(const WvString &_name, const WvString &_value)
00017         : name(_name), value(_value)
00018 {
00019     name.unique();
00020     value.unique();
00021 }
00022 
00023 WvConfigEntry::~WvConfigEntry()
00024 {
00025 }

Generated on Sat Aug 24 21:09:31 2002 for WvStreams by doxygen1.2.15