Factor interfaces into individual .idl files.

This commit is contained in:
waterson%netscape.com 1999-05-05 03:09:50 +00:00
Родитель 73fd36d322
Коммит 20620485c8
4 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -58,6 +58,7 @@
#include "nsIPresContext.h"
#include "nsIPresShell.h"
#include "nsIRDFCompositeDataSource.h"
#include "nsIRDFContainerUtils.h"
#include "nsIRDFContentModelBuilder.h"
#include "nsIRDFDataSource.h"
#include "nsIRDFDocument.h"

Просмотреть файл

@ -23,7 +23,8 @@
content model that is to be used with a certain widget. This class
is abstract.
*/
#include "nsIRDFContainerUtils.h"
#include "nsIRDFContentModelBuilder.h"
#include "nsIRDFObserver.h"
#include "nsIDOMNodeObserver.h"

Просмотреть файл

@ -48,6 +48,7 @@
#include "nsINameSpaceManager.h"
#include "nsIRDFCompositeDataSource.h"
#include "nsIRDFContainer.h"
#include "nsIRDFContainerUtils.h"
#include "nsIRDFContentModelBuilder.h"
#include "nsIRDFDocument.h"
#include "nsIRDFNode.h"

Просмотреть файл

@ -58,6 +58,7 @@
#include "nsIPresContext.h"
#include "nsIPresShell.h"
#include "nsIRDFCompositeDataSource.h"
#include "nsIRDFContainerUtils.h"
#include "nsIRDFContentModelBuilder.h"
#include "nsIRDFDataSource.h"
#include "nsIRDFDocument.h"