implement the full nsISupports interface

This commit is contained in:
alecf%netscape.com 1999-01-28 03:20:17 +00:00
parent 1786cbf786
commit 22fdf15ccf

View File

@ -66,8 +66,7 @@ protected:
MessageKey m_highwater;
};
NS_IMPL_ADDREF(nsNNTPArticleList) //, (NS_INNTPARTICLELIST_IID))
NS_IMPL_QUERY_INTERFACE(nsNNTPArticleList, IID())
NS_IMPL_ISUPPORTS(nsNNTPArticleList, IID())
nsNNTPArticleList::nsNNTPArticleList(const nsINNTPHost* newsHost,
const nsINNTPNewsgroup* newsgroup)