#include "uniclientgen.h"
#include "wvtclstring.h"
#include "wvtcp.h"
#include "wvaddr.h"
#include "wvresolver.h"
#include "wvmoniker.h"
#include "wvsslstream.h"
#include "wvunixsocket.h"
Go to the source code of this file.
Functions | |
UniConfGen * | unixcreator (WvStringParm s, IObject *, void *) |
WvMoniker< UniConfGen > | unixreg ("unix", unixcreator) |
UniConfGen * | tcpcreator (WvStringParm _s, IObject *, void *) |
UniConfGen * | sslcreator (WvStringParm _s, IObject *, void *) |
UniConfGen * | wvstreamcreator (WvStringParm s, IObject *obj, void *) |
WvMoniker< UniConfGen > | tcpreg ("tcp", tcpcreator) |
WvMoniker< UniConfGen > | sslreg ("ssl", sslcreator) |
WvMoniker< UniConfGen > | wvstreamreg ("wvstream", wvstreamcreator) |
|
Definition at line 36 of file uniclientgen.cc. References WvString::append(), DEFAULT_UNICONF_DAEMON_SSL_PORT, and WvString::edit(). |
|
|
|
Definition at line 25 of file uniclientgen.cc. References WvString::append(), DEFAULT_UNICONF_DAEMON_TCP_PORT, and WvString::edit(). |
|
|
|
Definition at line 18 of file uniclientgen.cc. |
|
|
|
Definition at line 49 of file uniclientgen.cc. |
|
|