Cleanup - changed setter/getter methods to an attribute.

This commit is contained in:
rpotts%netscape.com 1999-10-26 04:49:56 +00:00
Родитель 573c915774
Коммит 559cc27b79
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -49,8 +49,7 @@ interface nsIHTTPChannel : nsIChannel
/*
Pass in the post data if any...
*/
void SetPostDataStream(in nsIInputStream postStream);
void GetPostDataStream(out nsIInputStream postStream);
attribute nsIInputStream PostDataStream;
/*
Response funtions. A call to any of these implicitly calls Load() on this