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
This commit is contained in:
gagan%netscape.com
2000-03-08 00:27:33 +00:00
parent 0ac4c6a082
commit c5d983fef4
3 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@ nsIHTTPChannel.idl
nsIHTTPProtocolHandler.idl
nsIHTTPHeader.idl
nsIHttpNotify.idl
nsIHTTPProtocolHandler.idl
nsIHTTPEventSink.idl

View File

@@ -34,10 +34,10 @@ XPIDLSRCS = \
nsIHTTPChannel.idl \
nsIHttpNotify.idl \
nsIHTTPProtocolHandler.idl \
nsIHTTPEventSink.idl \
$(NULL)
EXPORTS = \
nsIHttpEventSink.h \
nsHTTPEnums.h \
$(NULL)

View File

@@ -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)