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

git-svn-id: svn://10.0.0.236/trunk@101462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-08-21 01:48:11 +00:00
parent a54036173e
commit 3485888237
210 changed files with 239 additions and 460 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