24 #ifndef NET_SERVERINFO_H
25 #define NET_SERVERINFO_H
57 STD_VECTOR<ServerUrlInfo>
docs;
219 else if (
compareStrI(serverFreeType,
"nonfree") == 0)
221 else if (
compareStrI(serverFreeType,
"unknown") == 0)
ServerInfo(const ServerInfo &info)
std::vector< std::string > updateMirrors
std::vector< ServerUrlInfo > nonFreeSources
bool operator!=(const ServerInfo &other) const
std::vector< HostsGroup > updateHosts
bool operator==(const ServerInfo &other) const
static ServerFreeTypeT parseFreeType(const std::string &serverFreeType)
std::vector< ServerUrlInfo > docs
std::string onlineListUrl
static ServerTypeT parseType(const std::string &serverType)
std::string defaultHostName
std::pair< int, std::string > VersionString
std::vector< ServerUrlInfo > freeSources
#define A_DEFAULT_COPY(func)
bool info(InputEvent &event)
ServerFreeType ::T ServerFreeTypeT
std::vector< ServerInfo > ServerInfos
ServerType ::T ServerTypeT
int compareStrI(const std::string &a, const std::string &b)