/* */ #include "ServerHost.h" namespace aria2 { ServerHost::ServerHost(int32_t cuid, const std::string& hostname): _cuid(cuid), _hostname(hostname) {} ServerHost::~ServerHost() {} } // namespace aria2