Imported Upstream version 14.47.0
[platform/upstream/libzypp.git] / zypp / media / MediaDIR.h
index c4af882..988c5bf 100644 (file)
@@ -30,8 +30,8 @@ namespace zypp {
       protected:
 
        virtual void attachTo (bool next = false);
-       virtual void releaseFrom( bool eject );
-       virtual void getFile( const Pathname & filename ) const;
+        virtual void releaseFrom( const std::string & ejectDev );
+       virtual void getFile( const Pathname & filename, const ByteCount &expectedFileSize_r ) const override;
        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;