Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797

This commit is contained in:
dbaron@fas.harvard.edu
2001-08-21 01:48:11 +00:00
parent 0b28ec58fa
commit 4c647ea08a
208 changed files with 237 additions and 456 deletions

View File

@@ -44,8 +44,6 @@
#include "nsLoggingSink.h"
#endif
static NS_DEFINE_IID(kIParserServiceIID, NS_IPARSERSERVICE_IID);
class nsParserService : public nsIParserService {
public:
nsParserService();
@@ -76,7 +74,7 @@ nsParserService::~nsParserService()
{
}
NS_IMPL_ISUPPORTS(nsParserService, kIParserServiceIID)
NS_IMPL_ISUPPORTS1(nsParserService, nsIParserService)
NS_IMETHODIMP