libzypp 17.31.23
Deprecated List
Member compareByN
Get rid of refcout/smart_prt bloat, use
Member operator+
: use /
Member zypp::Fetcher::enqueueDigested (const OnMediaLocation &resource, const FileChecker &checker, const Pathname &deltafile)
the deltafile argument is part of OnMediaLocation now, please use enqueueDigested without the deltafile argument
Member zypp::filesystem::Pathname::operator+= (const Pathname &path_tv)
: use /=
Member zypp::media::MediaManager::provideFile (MediaAccessId accessId, const Pathname &filename, const ByteCount &expectedFileSize) const
Deprecated function, please use the provideFile version that takes a OnMediaLocation argument
Member zypp::media::MediaManager::provideFile (MediaAccessId accessId, const Pathname &filename) const
Deprecated function, please use the provideFile version that takes a OnMediaLocation argument
Member zypp::MediaSetAccess::provideFile (const OnMediaLocation &resource, ProvideFileOptions options, const Pathname &deltafile)
The deltafile argument is part of the OnMediaLocation now, use the version of provideFile( const OnMediaLocation & resource, ProvideFileOptions options )
Member zypp::PoolQuery::requireAll () const ZYPP_DEPRECATED
Attribute was defined but never implemented/used. Will be removed in future versions.
Member zypp::PoolQuery::setRequireAll (bool require_all=true) ZYPP_DEPRECATED
Attribute was defined but never implemented/used. Will be removed in future versions.
Member zypp::ResObject::vendor () const
Though typedef'ed to std::string, Vendor is actually an IdString.
Member zypp::sat::Pool::multiversionEmpty () const
Legacy, use multiversion().empty() instead.
Member zypp::target::CommitPackageCache::CommitPackageCache (const Pathname &, const PackageProvider &packageProvider_r=RepoProvidePackage()) ZYPP_DEPRECATED
Legacy Ctor; Pathname rootDir_r is not used. The repositories RepoInfo::packagesPath defines the cache location.
Member zypp::target::rpm::InstallResolvableReport::RpmLevel
We fortunately no longer do 3 attempts.