WvStreams
wvipaddrtable.h
1/* -*- Mode: C++ -*-
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4 *
5 * WvIPAddrs are used a lot more often than WvIPAddrTables, so the Table need
6 * not be defined most of the time. Include this file if you need it.
7 *
8 */
9#ifndef __WVIPADDRTABLE_H
10#define __WVIPADDRTABLE_H
11
12#include "wvaddr.h"
13#include "wvhashtable.h"
14
15DeclareWvTable(WvIPAddr);
16
17#endif // __WVIPADDRTABLE_H
An IP address is made up of a "dotted quad" – four decimal numbers in the form www....
Definition: wvaddr.h:250