mmappcomponents/harvester/filehandler/src/mpxfoldermonitor.cpp
branchRCL_3
changeset 9 bee149131e4b
parent 0 a2952bb97e68
child 23 4740b34b83ce
equal deleted inserted replaced
4:d45095c2f4f3 9:bee149131e4b
   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         }