branch | RCL_3 |
changeset 21 | e5b3a2155e1a |
parent 0 | 8e480a14352b |
child 22 | d2c4c66342f3 |
20:e4175d61d967 | 21:e5b3a2155e1a |
---|---|
1118 @return void. |
1118 @return void. |
1119 */ |
1119 */ |
1120 void CMsvPlainBodyText::RevertL() |
1120 void CMsvPlainBodyText::RevertL() |
1121 { |
1121 { |
1122 iFile.Close(); |
1122 iFile.Close(); |
1123 if(!iIsCommitted) |
1123 if(!iIsCommitted && iMsvFileStatus == EMsvFileWriting) |
1124 { |
1124 { |
1125 iMsvStoreManager.DeletePlainTextFileL(iMessageId); |
1125 iMsvStoreManager.DeletePlainTextFileL(iMessageId); |
1126 } |
1126 } |
1127 } |
1127 } |
1128 |
1128 |