Bug 802977 :B2G RIL - Update comments in SimToolKit.idl. r=philikon

This commit is contained in:
Yoshi Huang 2012-10-18 14:26:25 +08:00
Родитель c8f32b3577
Коммит 6fc816b46d
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -369,7 +369,6 @@ dictionary MozStkCommand
* When typeOfCommand is
* - STK_CMD_DISPLAY_TEXT
* - STK_CMD_SET_UP_IDLE_MODE_TEXT
* - STK_CMD_REFRESH
* - STK_CMD_SEND_{SS|USSD|SMS|DTMF},
* options is MozStkTextMessage.
*
@ -480,10 +479,10 @@ dictionary MozStkCallEvent
/**
* This field is available in 'STK_EVENT_TYPE_CALL_CONNECTED' and
* 'STK_EVENT_TYPE_CALL_DISCONNECTED' events.
* For STK_EVENT_TYPE_CALL_DISCONNECTED event, setting this to true means the
* For the STK_EVENT_TYPE_CALL_CONNECTED event, setting this to true means the
* connection is answered by remote end, that is, this is an outgoing call.
* For STK_EVENT_TYPE_CALL_DISCONNECTED event, setting this to true indicates
* the connection is hung up by remote.
* For the STK_EVENT_TYPE_CALL_DISCONNECTED event, setting this to true
* indicates the connection is hung up by remote.
*/
boolean isIssuedByRemote;
@ -493,4 +492,4 @@ dictionary MozStkCallEvent
* listener of nsIDOMCallEvent. Null if there's no error.
*/
DOMString error;
};
};