mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
the IDL compiler is smart enough to handle nsINNTPHost now
This commit is contained in:
parent
cde2bdb7dd
commit
bb07ebe20a
@ -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;
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user