Imported Upstream version 14.47.0
[platform/upstream/libzypp.git] / zypp / media / MediaISO.h
index 6e19da3..032a3b4 100644 (file)
@@ -42,10 +42,8 @@ namespace zypp
       protected:
 
        virtual void attachTo (bool next = false);
-        /** \deprecated in favor of releaseFrom(string&) */
-        virtual void releaseFrom( bool eject ) ZYPP_DEPRECATED;
         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;