*/
bool downloads() const;
- /** \deprecated Use \ref Url::schemeIsDownloading */
- static
- ZYPP_DEPRECATED bool downloads(const Url &url)
- { return url.schemeIsDownloading(); }
-
- /** \deprecated Use \ref Url::schemeIsVolatile */
- static
- ZYPP_DEPRECATED bool canBeVolatile(const Url &url)
- { return url.schemeIsVolatile(); }
-
/**
* Used Protocol if media is opened, otherwise 'unknown'.
**/
bool
downloads(MediaAccessId accessId) const;
- /** \deprecated Use \ref Url::schemeIsDownloading */
- static
- ZYPP_DEPRECATED bool downloads(const Url &url)
- { return url.schemeIsDownloading(); }
-
/**
* Returns the \ref MediaAccessUrl of the media access id.
*
void
attach(MediaAccessId accessId);
- /** \deprecated Simply use \ref attach. */
- ZYPP_DEPRECATED void attachDesiredMedia(MediaAccessId accessId)
- { attach( accessId ); }
-
/**
* Release the attached media and optionally eject.
*