Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.

git-svn-id: svn://10.0.0.236/trunk@44056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mccabe%netscape.com
1999-08-22 11:25:50 +00:00
parent 23cc1b553a
commit f54a574f03
29 changed files with 72 additions and 450 deletions

View File

@@ -123,10 +123,7 @@ struct nsRegSubtreeEnumerator : public nsIEnumerator {
NS_DECL_ISUPPORTS
// This class implements the nsIEnumerator interface functions.
NS_IMETHOD First();
NS_IMETHOD Next();
NS_IMETHOD CurrentItem(nsISupports **aItem);
NS_IMETHOD IsDone();
NS_DECL_NSIENUMERATOR
// ctor/dtor
nsRegSubtreeEnumerator( HREG hReg, RKEY rKey, PRBool all );