not part of build, yet. one step closer to IDLifying all of news.

This commit is contained in:
sspitzer%netscape.com 1999-07-23 06:26:09 +00:00
Родитель 2d4d961b81
Коммит cb3365f4df
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -84,6 +84,11 @@ interface nsINNTPNewsgroupPost : nsISupports {
* to write to so that it can better manage the assembled message.
*/
string GetFullMessage();
%{ C++
NS_IMETHOD SetPostMessageFile(nsFilePath& aFileName) = 0;
NS_IMETHOD GetPostMessageFile(nsFilePath ** aFileName) = 0;
%}
};