implement the full nsISupports interface

git-svn-id: svn://10.0.0.236/trunk@18892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-01-28 03:20:17 +00:00
parent 803e0c410c
commit d3d84733cc

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)