filemanager/Engine/src/CFileManagerActiveExecute.cpp
branchCompilerCompatibility
changeset 8 56a6a91a2a3e
parent 5 1e73d2d04cbc
equal deleted inserted replaced
6:8696bb5a6e6e 8:56a6a91a2a3e
   112     if ( aOverWrite == ENoOverWrite )
   112     if ( aOverWrite == ENoOverWrite )
   113         {
   113         {
   114         iItemIterator->CurrentL( &iSrc, &iDst, iItemType );
   114         iItemIterator->CurrentL( &iSrc, &iDst, iItemType );
   115         }
   115         }
   116 
   116 
   117     if ( ( iDst && iDst->Length() > KMaxFileName ) || !iDst )
   117     if ( iDst && iDst->Length() > KMaxFileName )
   118         {
   118         {
   119         error = KErrBadName;
   119         error = KErrBadName;
   120         TRequestStatus* status = &iStatus;
   120         TRequestStatus* status = &iStatus;
   121         User::RequestComplete( status, error );              
   121         User::RequestComplete( status, error );              
   122         }
   122         }