Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaCIFS.h
index 324fec4..44f44a6 100644 (file)
@@ -25,7 +25,7 @@ namespace zypp {
     /**
      * @short Implementation class for CIFS MediaHandler
      *
-     * NOTE: The implementation serves both, "smb" and "cifs" URL's,
+     * NOTE: The implementation serves both, "smb" and "cifs" URLs,
      * but passes "cifs" to the mount command in any case.
      * @see MediaHandler
      **/
@@ -35,7 +35,7 @@ namespace zypp {
 
       virtual void attachTo (bool next = false);
       virtual void releaseFrom( const std::string & ejectDev );
-      virtual void getFile( const Pathname & filename, const ByteCount &expectedFileSize_r ) const override;
+      virtual void getFile( const Pathname & filename ) const;
       virtual void getDir( const Pathname & dirname, bool recurse_r ) const;
       virtual void getDirInfo( std::list<std::string> & retlist,
                                const Pathname & dirname, bool dots = true ) const;