зеркало из https://github.com/mozilla/pjs.git
Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage
This commit is contained in:
Родитель
9e5517676a
Коммит
586f797744
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче