зеркало из https://github.com/mozilla/pjs.git
new enumerator interface change
This commit is contained in:
Родитель
bcbbade295
Коммит
f3efd51091
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче