Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage

This commit is contained in:
Philipp von Weitershausen 2012-01-19 12:55:25 -08:00
parent 4fd46c1261
commit 688cba43b2

View File

@ -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;