mmappcomponents/harvester/filehandler/src/mpxfoldermonitor.cpp
branchCompilerCompatibility
changeset 13 da1f3efa404b
parent 9 bee149131e4b
child 23 4740b34b83ce
equal deleted inserted replaced
11:5529f24b6aaf 13:da1f3efa404b
   126                 {
   126                 {
   127                 TChar driveChar;
   127                 TChar driveChar;
   128                 User::LeaveIfError(
   128                 User::LeaveIfError(
   129                     iFs.DriveToChar( aDrive, driveChar ) );
   129                     iFs.DriveToChar( aDrive, driveChar ) );
   130                 MPX_DEBUG2("CMPXFolderMonitor::Start: Drive %c: not supported!",
   130                 MPX_DEBUG2("CMPXFolderMonitor::Start: Drive %c: not supported!",
   131                     driveChar );
   131                     (TUint)driveChar );
   132                 User::Leave( KErrNotSupported );
   132                 User::Leave( KErrNotSupported );
   133                 }
   133                 }
   134             break;
   134             break;
   135             }
   135             }
   136         }
   136         }