Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.

This commit is contained in:
Peter.VanderBeken@pandora.be
2001-03-10 21:02:12 +00:00
parent 48a3211c40
commit 4d06fc278c
47 changed files with 58 additions and 61 deletions

View File

@@ -27,7 +27,7 @@ int main(int argc, char **argv)
}
}
static NS_DEFINE_IID(kCParserCID, NS_PARSER_IID);
static NS_DEFINE_CID(kCParserCID, NS_PARSER_CID);
nsComponentManager::RegisterComponent(kCParserCID, NULL, NULL, PARSER_DLL, PR_FALSE, PR_FALSE);
return DebugRobot(gWorkList, nsnull);