rename nsINNTPArticleKeysState to nsINNTPArticleList

This commit is contained in:
alecf%netscape.com 1999-01-11 19:16:52 +00:00
Родитель 1c4e120d9b
Коммит 5073aa9384
2 изменённых файлов: 13 добавлений и 12 удалений

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

@ -2,38 +2,39 @@
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsINNTPArticleList.idl
*/
#ifndef __nsINNTPArticleList_h__
#define __nsINNTPArticleList_h__
#ifndef __gen_nsINNTPArticleList_h__
#define __gen_nsINNTPArticleList_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIMsgNewsgroup.h" /* interface nsIMsgNewsgroup */
/* starting interface nsINNTPArticleKeysState */
/* starting interface nsINNTPArticleList */
/* {921AC214-96B5-11d2-B7EB-00805F05FFA5} */
#define NS_INNTPARTICLEKEYSSTATE_IID_STR "921AC214-96B5-11d2-B7EB-00805F05FFA5"
#define NS_INNTPARTICLEKEYSSTATE_IID \
#define NS_INNTPARTICLELIST_IID_STR "921AC214-96B5-11d2-B7EB-00805F05FFA5"
#define NS_INNTPARTICLELIST_IID \
{0x921AC214, 0x96B5, 0x11d2, \
{ 0xB7, 0xEB, 0x00, 0x80, 0x5F, 0x05, 0xFF, 0xA5 }}
class nsINNTPArticleKeysState : public nsISupports {
class nsINNTPArticleList : public nsISupports {
private:
void operator delete(void *); // NOT TO BE IMPLEMENTED
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPARTICLEKEYSSTATE_IID;
static nsIID iid = NS_INNTPARTICLELIST_IID;
return iid;
}
/* void Init(in string newsHost, in nsIMsgNewsgroup newsgroup); */
/* <IDL> */
NS_IMETHOD Init(const char *newsHost, const nsIMsgNewsgroup *newsgroup) = 0;
/* void AddArticleKey(in key); */
/* <IDL> */
NS_IMETHOD AddArticleKey(PRInt32 key) = 0;
/* void FinishAddingArticleKeys(); */
/* <IDL> */
NS_IMETHOD FinishAddingArticleKeys() = 0;
};
#endif /* __nsINNTPArticleList_h__ */
#endif /* __gen_nsINNTPArticleList_h__ */

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

@ -24,7 +24,7 @@
/* #include "nsIMsgNewsHost.idl" */
[object, uuid(921AC214-96B5-11d2-B7EB-00805F05FFA5)]
interface nsINNTPArticleKeysState : nsISupports {
interface nsINNTPArticleList : nsISupports {
void Init(in /* nsIMsgNewsHost */ string newsHost,
in nsIMsgNewsgroup newsgroup);