smsprotocols/smsstack/gsmu/src/Gsmumsg.cpp
changeset 49 f50f4094acd7
parent 42 3adadc800673
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
  1163 					CEmsFormatIE* newie=static_cast<CEmsFormatIE*>(formatIE.DuplicateL());
  1163 					CEmsFormatIE* newie=static_cast<CEmsFormatIE*>(formatIE.DuplicateL());
  1164 					CleanupStack::PushL(newie);
  1164 					CleanupStack::PushL(newie);
  1165 					newie->SetFormatLength(oldFormatLen - newFormatLen);
  1165 					newie->SetFormatLength(oldFormatLen - newFormatLen);
  1166 					newie->SetStartPosition(aCharsAlreadyAdded+aCharsAddedToCurrentPDU);
  1166 					newie->SetStartPosition(aCharsAlreadyAdded+aCharsAddedToCurrentPDU);
  1167 					OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSMESSAGE_CORRECTFORMATTINGL_2, "CSmsMessage::CorrectFormattingL Count=%d",aCorrectedFormattingIEArray.Count());
  1167 					OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSMSMESSAGE_CORRECTFORMATTINGL_2, "CSmsMessage::CorrectFormattingL Count=%d",aCorrectedFormattingIEArray.Count());
  1168 					aCorrectedFormattingIEArray.Append(newie);
  1168 					User::LeaveIfError(aCorrectedFormattingIEArray.Append(newie));
  1169 					CleanupStack::Pop(newie);
  1169 					CleanupStack::Pop(newie);
  1170 					}
  1170 					}
  1171 				}
  1171 				}
  1172 			}
  1172 			}
  1173 		}
  1173 		}