change the name from index to offset

This commit is contained in:
sspitzer%netscape.com 2000-01-28 04:42:05 +00:00
Родитель a137fde9df
Коммит 5063bb5ec0
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -39,6 +39,6 @@ interface nsIKeyedStreamGenerator: nsISupports {
*/
readonly attribute float level;
/* get the byte at position "index" in the stream */
octet getByte(in unsigned long position);
/* get the byte at position "offset" in the stream */
octet getByte(in unsigned long offest);
};