Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.

r=scc


git-svn-id: svn://10.0.0.236/trunk@52044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
braddr%puremagic.com
1999-10-28 03:16:48 +00:00
parent da68e2dcd8
commit d8fb5871d7
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;
}