From c5d983fef41aece7486ff7e08040578bb38d0c10 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Wed, 8 Mar 2000 00:27:33 +0000 Subject: [PATCH] Transitioning from nsIHttpEventSink.h to nsIHTTPEventSink.idl Also cleaned up the event sink to only have OnHeadersAvailable and OnRedirect as messages. r=valeski,a=jar git-svn-id: svn://10.0.0.236/trunk@62357 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/public/MANIFEST_IDL | 2 +- mozilla/netwerk/protocol/http/public/Makefile.in | 2 +- mozilla/netwerk/protocol/http/public/makefile.win | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/netwerk/protocol/http/public/MANIFEST_IDL b/mozilla/netwerk/protocol/http/public/MANIFEST_IDL index a1b5ae52780..2d5666f4931 100644 --- a/mozilla/netwerk/protocol/http/public/MANIFEST_IDL +++ b/mozilla/netwerk/protocol/http/public/MANIFEST_IDL @@ -2,4 +2,4 @@ nsIHTTPChannel.idl nsIHTTPProtocolHandler.idl nsIHTTPHeader.idl nsIHttpNotify.idl -nsIHTTPProtocolHandler.idl +nsIHTTPEventSink.idl diff --git a/mozilla/netwerk/protocol/http/public/Makefile.in b/mozilla/netwerk/protocol/http/public/Makefile.in index 37ee34f759e..d7b241287be 100644 --- a/mozilla/netwerk/protocol/http/public/Makefile.in +++ b/mozilla/netwerk/protocol/http/public/Makefile.in @@ -34,10 +34,10 @@ XPIDLSRCS = \ nsIHTTPChannel.idl \ nsIHttpNotify.idl \ nsIHTTPProtocolHandler.idl \ + nsIHTTPEventSink.idl \ $(NULL) EXPORTS = \ - nsIHttpEventSink.h \ nsHTTPEnums.h \ $(NULL) diff --git a/mozilla/netwerk/protocol/http/public/makefile.win b/mozilla/netwerk/protocol/http/public/makefile.win index 1908b67d841..3d574d31ce6 100644 --- a/mozilla/netwerk/protocol/http/public/makefile.win +++ b/mozilla/netwerk/protocol/http/public/makefile.win @@ -29,12 +29,12 @@ XPIDL_MODULE = necko_http XPIDLSRCS = \ .\nsIHTTPHeader.idl \ .\nsIHTTPChannel.idl \ - .\nsIHttpNotify.idl \ - .\nsIHTTPProtocolHandler.idl \ + .\nsIHttpNotify.idl \ + .\nsIHTTPProtocolHandler.idl \ + .\nsIHTTPEventSink.idl \ $(NULL) EXPORTS = \ - nsIHTTPEventSink.h \ nsHTTPEnums.h \ $(NULL)