Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaManager.h
index 390c653..b2e0ed4 100644 (file)
@@ -144,7 +144,7 @@ namespace zypp
      * The MediaManager uses several media access handlers (backends),
      * that can be specified by a Media Access URL in its open() method.
      *
-     * All URL's may contain following query parameters, that are
+     * All URLs may contain following query parameters, that are
      * reserved by the Source classes and unused/ignored by the media
      * manager:
      * - <tt>alias</tt>: A source specific media alias string.
@@ -748,7 +748,6 @@ namespace zypp
        *
        * \param accessId  The media access id to use.
        * \param filename  The filename to provide, relative to localRoot().
-       * \param expectedFileSize The expected filesize, download will stop if it is exceeded
        *
        * \throws MediaNotOpenException in case of invalid access id.
        * \throws MediaNotAttachedException in case, that the media is not attached.
@@ -761,11 +760,6 @@ namespace zypp
        */
 
       void
-      provideFile(MediaAccessId accessId,
-                  const Pathname &filename,
-                  const ByteCount &expectedFileSize) const;
-
-      void
       provideFile(MediaAccessId   accessId,
                   const Pathname &filename ) const;