Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE

in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)


git-svn-id: svn://10.0.0.236/trunk@51977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
braddr%puremagic.com
1999-10-27 20:24:21 +00:00
parent 642710bf52
commit 7767d9393b
29 changed files with 110 additions and 106 deletions

View File

@@ -1076,7 +1076,7 @@ nsRegSubtreeEnumerator::CurrentItem( nsISupports **result) {
------------------------------------------------------------------------------*/
NS_IMETHODIMP
nsRegSubtreeEnumerator::IsDone() {
nsresult rv = mDone ? NS_OK : NS_COMFALSE;
nsresult rv = mDone ? NS_OK : NS_ENUMERATOR_FALSE;
return rv;
}