Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaPlugin.h
index fd47dc9..2b68ace 100644 (file)
@@ -36,7 +36,7 @@ namespace zypp
       protected:
        virtual void attachTo( bool next_r = false );
        virtual void releaseFrom( const std::string & ejectDev_r );
-       virtual void getFile( const Pathname & filename_r, const ByteCount expectedFileSize_r ) const;
+       virtual void getFile( const Pathname & filename_r ) const;
        virtual void getDir( const Pathname & dirname_r, bool recurse_r ) const;
        virtual void getDirInfo( std::list<std::string> & retlist_r, const Pathname & dirname_r, bool dots_r = true ) const;
        virtual void getDirInfo( filesystem::DirContent & retlist_r, const Pathname & dirname_r, bool dots_r = true ) const;