Bug 258035 document port argument of nsIDNSRecord::getNextAddr

r+sr=darin
This commit is contained in:
cbiesinger%web.de 2004-09-05 13:20:59 +00:00
Родитель eb807f13af
Коммит 809f9c22bf
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -61,10 +61,13 @@ interface nsIDNSRecord : nsISupports
* this function copies the value of the next IP address into the
* given PRNetAddr struct and increments the internal address iterator.
*
* @param aPort
* A port number to initialize the PRNetAddr with.
*
* @throws NS_ERROR_NOT_AVAILABLE if there is not another IP address in
* the record.
*/
[noscript] PRNetAddr getNextAddr(in PRUint16 port);
[noscript] PRNetAddr getNextAddr(in PRUint16 aPort);
/**
* this function returns the value of the next IP address as a