зеркало из https://github.com/mozilla/pjs.git
not part of build, yet. one step closer to IDLifying all of news.
This commit is contained in:
Родитель
2d4d961b81
Коммит
cb3365f4df
|
@ -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;
|
||||
%}
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче