nsIMsgNewsArticleList-> nsINNTPNewsgroupList
nsINNTPArticleKeysState -> nsINNTPArticleList
This commit is contained in:
alecf%netscape.com 1999-01-09 00:29:21 +00:00
Родитель 9c4d3b3849
Коммит c63a7febb1
5 изменённых файлов: 10 добавлений и 22 удалений

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

@ -23,12 +23,12 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
nsIMsgNewsArticleList.h \
nsINNTPNewsgroupList.h \
nsIMsgNewsHost.h \
nsIMsgNewsgroup.h \
nsIMsgXOVERParser.h\
nsIMsgOfflineNewsState.h \
nsINNTPArticleKeysState.h \
nsINNTPArticleList.h \
$(NULL)
include $(topsrcdir)/config/config.mk

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

@ -1,9 +1,9 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsINNTPArticleKeysState.idl
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsINNTPArticleList.idl
*/
#ifndef __nsINNTPArticleKeysState_h__
#define __nsINNTPArticleKeysState_h__
#ifndef __nsINNTPArticleList_h__
#define __nsINNTPArticleList_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIMsgNewsgroup.h" /* interface nsIMsgNewsgroup */
@ -36,4 +36,4 @@ class nsINNTPArticleKeysState : public nsISupports {
NS_IMETHOD FinishAddingArticleKeys() = 0;
};
#endif /* __nsINNTPArticleKeysState_h__ */
#endif /* __nsINNTPArticleList_h__ */

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

@ -1,9 +1,9 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgNewsArticleList.idl
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsINNTPNewsgroupList.idl
*/
#ifndef __nsIMsgNewsArticleList_h__
#define __nsIMsgNewsArticleList_h__
#ifndef __nsINNTPNewsgroupList_h__
#define __nsINNTPNewsgroupList_h__
#include "nsISupports.h" /* interface nsISupports */
@ -25,15 +25,6 @@ class nsIMsgNewsArticleList : public nsISupports {
return iid;
}
/* void InitAddArticleKeyToGroup(); */
NS_IMETHOD InitAddArticleKeyToGroup() = 0;
/* void AddArticleKeyToGroup(in found_id); */
NS_IMETHOD AddArticleKeyToGroup(PRInt32 found_id) = 0;
/* void FinishAddArticleKeyToGroup(); */
NS_IMETHOD FinishAddArticleKeyToGroup() = 0;
/* void GetRangeOfArtsToDownload(out status, in first_message, in last_message, in maxextra, out real_first_message, out real_last_message); */
NS_IMETHOD GetRangeOfArtsToDownload(PRInt32 *status, PRInt32 first_message, PRInt32 last_message, PRInt32 maxextra, PRInt32 *real_first_message, PRInt32 *real_last_message) = 0;
@ -41,4 +32,4 @@ class nsIMsgNewsArticleList : public nsISupports {
NS_IMETHOD AddToKnownArticles(PRInt32 first_message, PRInt32 last_message) = 0;
};
#endif /* __nsIMsgNewsArticleList_h__ */
#endif /* __nsINNTPNewsgroupList_h__ */

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

@ -33,9 +33,6 @@ interface nsIMsgNewsArticleList : nsISupports {
* -alecf */
void InitAddArticleKeyToGroup();
void AddArticleKeyToGroup(in long found_id);
void FinishAddArticleKeyToGroup();
void GetRangeOfArtsToDownload(out long status,
in long first_message,
in long last_message,