зеркало из https://github.com/mozilla/gecko-dev.git
Cleanup - changed setter/getter methods to an attribute.
This commit is contained in:
Родитель
573c915774
Коммит
559cc27b79
|
@ -49,8 +49,7 @@ interface nsIHTTPChannel : nsIChannel
|
||||||
/*
|
/*
|
||||||
Pass in the post data if any...
|
Pass in the post data if any...
|
||||||
*/
|
*/
|
||||||
void SetPostDataStream(in nsIInputStream postStream);
|
attribute nsIInputStream PostDataStream;
|
||||||
void GetPostDataStream(out nsIInputStream postStream);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Response funtions. A call to any of these implicitly calls Load() on this
|
Response funtions. A call to any of these implicitly calls Load() on this
|
||||||
|
|
Загрузка…
Ссылка в новой задаче