new enumerator interface change

This commit is contained in:
mjudge%netscape.com 1998-12-03 21:46:51 +00:00
Родитель bcbbade295
Коммит f3efd51091
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -56,7 +56,7 @@ public:
* and it is the end of the list following a call to next
* @param aItem return value
*/
virtual nsresult IsDone(PRBool *aDone)=0;
virtual nsresult IsDone()=0;
};

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

@ -56,7 +56,7 @@ public:
* and it is the end of the list following a call to next
* @param aItem return value
*/
virtual nsresult IsDone(PRBool *aDone)=0;
virtual nsresult IsDone()=0;
};