Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaISO.h
index 032a3b4..79715bd 100644 (file)
@@ -39,11 +39,14 @@ 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 ByteCount &expectedFileSize_r ) const;
+       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;