Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.

This commit is contained in:
bryner@brianryner.com
2006-03-15 04:59:42 +00:00
parent c92e50faf4
commit 1aeb69f877
38 changed files with 438 additions and 388 deletions

View File

@@ -36,6 +36,7 @@
*
* ***** END LICENSE BLOCK ***** */
#include "nsIGenericFactory.h"
#include "nsIClassInfoImpl.h"
#include "nsSample.h"