Use correct key for implementing Isupports...

This commit is contained in:
mscott%netscape.com 1999-01-31 06:53:34 +00:00
Родитель b0d6efb158
Коммит e849d57e45
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -60,6 +60,8 @@ class MessageDBView;
#include "msgpane.h"
#endif
static NS_DEFINE_IID(kINNTPNewsgroupListIID, NS_INNTPNEWSGROUPLIST_IID);
/* temporary hack until MessageKey is defined */
typedef PRUint32 MessageKey;
@ -182,7 +184,7 @@ nsNNTPNewsgroupList::~nsNNTPNewsgroupList()
{
}
NS_IMPL_ISUPPORTS(nsNNTPNewsgroupList, NS_INNTPNEWSGROUPLIST_IID);
NS_IMPL_ISUPPORTS(nsNNTPNewsgroupList, kINNTPNewsgroupListIID);
nsresult
nsNNTPNewsgroupList::InitNewsgroupList(const char *url, const char *groupName)