WvStreams
configfile
cfgentry.cc
1
/*
2
* Worldvisions Weaver Software:
3
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4
*
5
* Implementation of the WvConfigEntry class.
6
*
7
* Created: Sept 28 1997 D. Coombs
8
*
9
*/
10
#include "wvconf.h"
11
12
WvConfigEntry::WvConfigEntry()
13
{
14
}
15
16
WvConfigEntry::WvConfigEntry(WvStringParm _name, WvStringParm _value)
17
: name(_name), value(_value)
18
{
19
}
20
21
WvConfigEntry::~WvConfigEntry()
22
{
23
}
Generated by
1.8.17