Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaCD.h
index 647f511..4cd3527 100644 (file)
@@ -28,10 +28,9 @@ namespace zypp {
     class MediaCD : public MediaHandler {
 
       private:
-
         typedef std::list<MediaSource> DeviceList;
         /** list of devices to try to mount */
-        DeviceList _devices;
+        mutable DeviceList _devices;
 
         /** number of last successful mounted device in list */
         int        _lastdev;
@@ -56,8 +55,6 @@ namespace zypp {
 
         virtual void forceEject(const std::string & ejectDev);
 
-       virtual bool isAutoMountedMedia(const AttachedMedia &media);
-        
         virtual bool hasMoreDevices();
 
         virtual void