emailservices/emailstore/message_store/server/src/bufferedmessagecreator.cpp
branchRCL_3
changeset 13 0396474f30f5
parent 12 f5907b1a1053
equal deleted inserted replaced
12:f5907b1a1053 13:0396474f30f5
   507         TFileName filePath;
   507         TFileName filePath;
   508         GetUncommittedContentPath( aStore, part.iParams.iId, filePath );
   508         GetUncommittedContentPath( aStore, part.iParams.iId, filePath );
   509         
   509         
   510         if ( BaflUtils::FileExists( rfs, filePath ) )
   510         if ( BaflUtils::FileExists( rfs, filePath ) )
   511             {
   511             {
   512             aStore.ContentManager().TransferContentFile(
   512             aStore.ContentManager().TransferContentFileL(
   513                 part.iParams.iId, filePath );
   513                 part.iParams.iId, filePath );
   514             }
   514             }
   515         }
   515         }
   516     }
   516     }
   517 
   517