From f7caaf4fb9bf18a4605d20fc0ff822609b527635 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 26 Oct 1999 07:11:44 +0000 Subject: [PATCH] Bug #14928 --> url dispatching. convert nsIContentHandler.idl, nsIURIDispatcher.idl and nsIContentListener.idl into .h files. no reviewer yet. the code review for url dispatching will come later. --- netwerk/base/public/makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netwerk/base/public/makefile.win b/netwerk/base/public/makefile.win index 16780e6757a2..39c9dd4e50a1 100644 --- a/netwerk/base/public/makefile.win +++ b/netwerk/base/public/makefile.win @@ -45,6 +45,9 @@ XPIDLSRCS = \ .\nsIFileTransportService.idl \ .\nsIStatusCodeEventSink.idl \ .\nsIFileSystem.idl \ + .\nsIContentHandler.idl \ + .\nsIURIDispatcher.idl \ + .\nsIURIContentListener.idl \ $(NULL) include <$(DEPTH)/config/rules.mak>