WvStreams
|
00001 /* -*- Mode: C++ -*- 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * Declares WvIPNetList 00006 * 00007 */ 00008 00009 #ifndef __WVIPNETLIST_H 00010 #define __WVIPNETLIST_H 00011 00012 #include "wvlinklist.h" 00013 #include "wvaddr.h" 00014 00015 DeclareWvList(WvIPNet); 00016 00017 #endif // __WVIPNETLIST_H