10 #ifndef ZYPP_REPO_MIRRORLIST_H_
11 #define ZYPP_REPO_MIRRORLIST_H_
28 std::vector<Url>
getUrls()
const;
32 void setUrls( std::vector<Url> my_urls );
33 std::vector<Url>
parseXML(
const Pathname &tmpfile )
const;
34 std::vector<Url>
parseTXT(
const Pathname &tmpfile )
const;
virtual ~RepoMirrorList()
std::vector< Url > parseTXT(const Pathname &tmpfile) const
void setUrls(std::vector< Url > my_urls)
RepoMirrorList(const Url &url)
std::vector< Url > parseXML(const Pathname &tmpfile) const
std::vector< Url > getUrls() const