зеркало из https://github.com/mozilla/gecko-dev.git
allow inheritance
This commit is contained in:
Родитель
a16de4ba9d
Коммит
62064636df
|
@ -130,19 +130,18 @@ public:
|
||||||
Pull out an existing transport from the list, or if none exists
|
Pull out an existing transport from the list, or if none exists
|
||||||
create one.
|
create one.
|
||||||
*/
|
*/
|
||||||
nsresult RequestTransport(nsIURI *i_Uri,
|
virtual nsresult RequestTransport(nsIURI *i_Uri,
|
||||||
nsHTTPChannel* i_Channel,
|
nsHTTPChannel* i_Channel,
|
||||||
nsIChannel** o_pTrans);
|
nsIChannel** o_pTrans);
|
||||||
/*
|
/*
|
||||||
Remove this transport from the list.
|
Remove this transport from the list.
|
||||||
*/
|
*/
|
||||||
nsresult ReleaseTransport(nsIChannel* i_pTrans);
|
virtual nsresult ReleaseTransport(nsIChannel* i_pTrans);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// None
|
// None
|
||||||
nsHTTPHandler(void);
|
nsHTTPHandler(void);
|
||||||
virtual ~nsHTTPHandler();
|
virtual ~nsHTTPHandler();
|
||||||
private:
|
|
||||||
|
|
||||||
// This is the array of connections that the handler thread maintains to
|
// This is the array of connections that the handler thread maintains to
|
||||||
// verify unique requests.
|
// verify unique requests.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче