mediasettings/videoplayersettingsengine/src/videosettingsdrivemonitor.cpp
changeset 1 6711b85517b7
parent 0 96612d01cf9f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
   291                  (driveInfo.iType == EMediaNANDFlash) || // c
   291                  (driveInfo.iType == EMediaNANDFlash) || // c
   292                  (driveInfo.iType == EMediaNotPresent) ) // e,f
   292                  (driveInfo.iType == EMediaNotPresent) ) // e,f
   293 #endif // __WINSCW__
   293 #endif // __WINSCW__
   294                 {                
   294                 {                
   295                 if ( !(driveInfo.iMediaAtt & KMediaAttWriteProtected) &&
   295                 if ( !(driveInfo.iMediaAtt & KMediaAttWriteProtected) &&
       
   296                      !(driveInfo.iDriveAtt & KDriveAttExternal) &&   
   296                       (driveInfo.iDriveAtt & KDriveAttLocal) )
   297                       (driveInfo.iDriveAtt & KDriveAttLocal) )
   297                     {
   298                     {
   298                     TIptvDriveInfo iptvDriveInfo;
   299                     TIptvDriveInfo iptvDriveInfo;
   299                     TVolumeInfo volumeInfo;
   300                     TVolumeInfo volumeInfo;
   300                     TChar ch;
   301                     TChar ch;