NS_IMETHODIMP SmsRequest::NotifyMessageMarkedRead(bool aRead) { if (mParent) { return SendMessageReply(MessageReply(ReplyMarkeMessageRead(aRead))); } return NotifySuccess<bool>(aRead); }
NS_IMETHODIMP SmsRequestParent::NotifyMessageMarkedRead(bool aRead) { return SendReply(ReplyMarkeMessageRead(aRead)); }