This commit is contained in:
hshaw%netscape.com 1999-08-22 17:28:36 +00:00
Родитель a16de4ba9d
Коммит 62064636df
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -130,19 +130,18 @@ public:
Pull out an existing transport from the list, or if none exists
create one.
*/
nsresult RequestTransport(nsIURI *i_Uri,
virtual nsresult RequestTransport(nsIURI *i_Uri,
nsHTTPChannel* i_Channel,
nsIChannel** o_pTrans);
/*
Remove this transport from the list.
*/
nsresult ReleaseTransport(nsIChannel* i_pTrans);
virtual nsresult ReleaseTransport(nsIChannel* i_pTrans);
protected:
// None
nsHTTPHandler(void);
virtual ~nsHTTPHandler();
private:
// This is the array of connections that the handler thread maintains to
// verify unique requests.