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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user