mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage
This commit is contained in:
parent
53cef195b1
commit
244bafb726
@ -80,7 +80,10 @@ SmsService::GetNumberOfMessagesForText(const nsAString& aText, PRUint16* aResult
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
SmsService::Send(const nsAString& aNumber, const nsAString& aMessage)
|
||||
SmsService::Send(const nsAString& aNumber,
|
||||
const nsAString& aMessage,
|
||||
PRInt32 aRequestId,
|
||||
PRUint64 aProcessId)
|
||||
{
|
||||
if (!mRIL) {
|
||||
return NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user