#include "wvstreamlist.h"
#include "wvunixsocket.h"
#include "wvmoniker.h"
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
IWvStream * | creator (WvStringParm s, IObject *, void *) |
Variables | |
WvMoniker< IWvStream > | reg ("unix", creator) |
|
Definition at line 31 of file wvunixsocket.cc. References WvStringParm. |
|
|