the IDL compiler is smart enough to handle nsINNTPHost now

This commit is contained in:
alecf%netscape.com 1999-01-26 21:32:04 +00:00
parent cde2bdb7dd
commit bb07ebe20a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class nsINNTPArticleList : public nsISupports {
}
/* <IDL> */
NS_IMETHOD Init(const char *newsHost, const nsINNTPNewsgroup *newsgroup) = 0;
NS_IMETHOD Init(const nsINNTPHost *newsHost, const nsINNTPNewsgroup *newsgroup) = 0;
/* <IDL> */
NS_IMETHOD AddArticleKey(PRInt32 key) = 0;

View File

@ -26,7 +26,7 @@
[object, uuid(921AC214-96B5-11d2-B7EB-00805F05FFA5)]
interface nsINNTPArticleList : nsISupports {
void Init(in /* nsINNTPHost */ string newsHost,
void Init(in nsINNTPHost newsHost,
in nsINNTPNewsgroup newsgroup);
void AddArticleKey(in long key);
void FinishAddingArticleKeys();