Imported Upstream version 14.47.0
[platform/upstream/libzypp.git] / zypp / media / MediaISO.h
index 79715bd..032a3b4 100644 (file)
@@ -39,14 +39,11 @@ namespace zypp
         MediaAccessId _isosource;
         std::string   _filesystem;
 
-      private:
-        std::string findUnusedLoopDevice();
-
       protected:
 
        virtual void attachTo (bool next = false);
         virtual void releaseFrom( const std::string & ejectDev = "" );
-       virtual void getFile( const Pathname & filename ) const;
+       virtual void getFile( const Pathname & filename, const ByteCount &expectedFileSize_r ) 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;