WvStreams
|
00001 /* -*- Mode: C++ -*- 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * WvIPAddrs are used a lot more often than WvIPAddrTables, so the Table need 00006 * not be defined most of the time. Include this file if you need it. 00007 * 00008 */ 00009 #ifndef __WVIPADDRTABLE_H 00010 #define __WVIPADDRTABLE_H 00011 00012 #include "wvaddr.h" 00013 #include "wvhashtable.h" 00014 00015 DeclareWvTable(WvIPAddr); 00016 00017 #endif // __WVIPADDRTABLE_H