get mark all read to work for news. fixes #11104. use the implementation in the base class.

This commit is contained in:
sspitzer%netscape.com 1999-08-04 20:14:07 +00:00
Родитель 79046e10e9
Коммит 694cfabbf8
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -49,7 +49,6 @@ public:
NS_IMETHOD IsRead(nsMsgKey key, PRBool *pRead);
virtual PRBool IsArticleOffline(nsMsgKey key);
NS_IMETHOD MarkAllRead(nsMsgKeyArray *thoseMarked = NULL);
virtual nsresult AddHdrFromXOver(const char * line, nsMsgKey *msgId);
NS_IMETHOD AddHdrToDB(nsMsgHdr *newHdr, PRBool *newThread, PRBool notify = PR_FALSE);

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

@ -248,10 +248,6 @@ PRBool nsNewsDatabase::IsArticleOffline(nsMsgKey key)
return NS_ERROR_NOT_IMPLEMENTED;
}
nsresult nsNewsDatabase::MarkAllRead(nsMsgKeyArray *thoseMarked)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
nsresult nsNewsDatabase::AddHdrFromXOver(const char * line, nsMsgKey *msgId)
{
return NS_ERROR_NOT_IMPLEMENTED;