E-MailRelay
|
A static class for getting information about the local machine's network name and address. More...
#include <glocal.h>
Static Public Member Functions | |
static std::string | hostname () |
Returns the local hostname. Returns "localhost" on error. More... | |
static std::string | canonicalName () |
Returns the canonical network name assiciated with hostname(). More... | |
A static class for getting information about the local machine's network name and address.
|
static |
Returns the canonical network name assiciated with hostname().
Defaults to "<hostname>.localnet" if DNS does not provide a canonical network name.
Definition at line 34 of file glocal.cpp.
|
static |
Returns the local hostname. Returns "localhost" on error.
Definition at line 26 of file glocal.cpp.