Changed status from nsresult to PRUint32.

This commit is contained in:
gagan%netscape.com 1999-07-16 00:40:06 +00:00
parent dcc7e5ff9e
commit b778e933c4

View File

@ -48,7 +48,7 @@ interface nsIHTTPChannel : nsIChannel
*/
string GetResponseHeader(in string headerName);
readonly attribute nsresult ResponseStatus;
readonly attribute unsigned long ResponseStatus;
readonly attribute string ResponseString;