DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / hostname / init.cc
12345678
#include "hostname.ih" void Hostname::init() { if (addressType() != AF_INET) throw Exception{} << "Hostname::init(): no AF_INET address type found"; }