equal
deleted
inserted
replaced
965 { |
965 { |
966 // Update our list of records for this session. Ignore error as |
966 // Update our list of records for this session. Ignore error as |
967 // we wouldn't want to remove the record if an error did occur, |
967 // we wouldn't want to remove the record if an error did occur, |
968 // which is very unlikely as typically only 1 or 2 records are |
968 // which is very unlikely as typically only 1 or 2 records are |
969 // added per session. |
969 // added per session. |
970 iSessionRecords.Append(newRecord); |
970 (void)iSessionRecords.Append(newRecord); |
971 } |
971 } |
972 aMessage.Complete(err); |
972 aMessage.Complete(err); |
973 } |
973 } |
974 return; |
974 return; |
975 } |
975 } |