From 7765337b7411461689dcd50b43d0e70f82042e82 Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Mon, 14 Feb 2000 06:38:22 +0000 Subject: [PATCH] adding nsISupportsIterators.idl for scc git-svn-id: svn://10.0.0.236/trunk@60705 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/Makefile.in | 1 + mozilla/xpcom/ds/makefile.win | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/xpcom/ds/Makefile.in b/mozilla/xpcom/ds/Makefile.in index 15c88b7cadb..051fdb900f5 100644 --- a/mozilla/xpcom/ds/Makefile.in +++ b/mozilla/xpcom/ds/Makefile.in @@ -106,6 +106,7 @@ XPIDLSRCS = \ nsIObserverService.idl \ nsIProperties.idl \ nsISupportsArray.idl \ + nsISupportsIterators.idl \ nsISupportsPrimitives.idl \ $(NULL) diff --git a/mozilla/xpcom/ds/makefile.win b/mozilla/xpcom/ds/makefile.win index 23b5f68e486..839bc6c375a 100644 --- a/mozilla/xpcom/ds/makefile.win +++ b/mozilla/xpcom/ds/makefile.win @@ -68,6 +68,7 @@ XPIDLSRCS = \ .\nsIObserverService.idl \ .\nsIProperties.idl \ .\nsISupportsArray.idl \ + .\nsISupportsIterators.idl \ .\nsISupportsPrimitives.idl \ $(NULL)