wvdbusserver: implement NameHasOwner request.
[wvstreams.git] / include / wvipaddrtable.h
blob55a6306065ae7e6e49e8c2aec73be50d0c039eb2
1 /* -*- Mode: C++ -*-
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
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.
8 */
9 #ifndef __WVIPADDRTABLE_H
10 #define __WVIPADDRTABLE_H
12 #include "wvaddr.h"
13 #include "wvhashtable.h"
15 DeclareWvTable(WvIPAddr);
17 #endif // __WVIPADDRTABLE_H