update header files with output from new XPIDL compiler

This commit is contained in:
alecf%netscape.com 1999-02-02 00:15:54 +00:00
parent d3257efed1
commit 939afa6099
5 changed files with 13 additions and 21 deletions

View File

@ -7,6 +7,7 @@
#include "nsISupports.h" /* interface nsISupports */
#include "nsINNTPNewsgroup.h" /* interface nsINNTPNewsgroup */
#include "nsINNTPNewsgroupList.h" /* interface nsINNTPNewsgroupList */
/* starting interface nsIMsgOfflineNewsState */
@ -18,9 +19,6 @@
{ 0xB7, 0xEB, 0x00, 0x80, 0x5F, 0x05, 0xFF, 0xA5 }}
class nsIMsgOfflineNewsState : public nsISupports {
private:
void operator delete(void *); // NOT TO BE IMPLEMENTED
public:
static const nsIID& IID() {
static nsIID iid = NS_IMSGOFFLINENEWSSTATE_IID;

View File

@ -8,6 +8,7 @@
#include "nsISupports.h" /* interface nsISupports */
#include "nsINNTPNewsgroup.h" /* interface nsINNTPNewsgroup */
#include "nsIMsgGroupRecord.h" /* interface nsIMsgGroupRecord */
#include "nsINNTPNewsgroupList.h" /* interface nsINNTPNewsgroupList */
/* starting interface nsINNTPCategory */
@ -19,9 +20,6 @@
{ 0xb7, 0xf0, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsINNTPCategory : public nsISupports {
private:
void operator delete(void *); // NOT TO BE IMPLEMENTED
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPCATEGORY_IID;

View File

@ -7,6 +7,7 @@
#include "nsISupports.h" /* interface nsISupports */
#include "nsINNTPNewsgroup.h" /* interface nsINNTPNewsgroup */
#include "nsINNTPNewsgroupList.h" /* interface nsINNTPNewsgroupList */
/* starting interface nsINNTPCategoryContainer */
@ -18,8 +19,6 @@
{ 0xb7, 0xef, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsINNTPCategoryContainer : public nsISupports {
private:
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPCATEGORYCONTAINER_IID;

View File

@ -19,8 +19,7 @@
{ 0xB7, 0xED, 0x00, 0x80, 0x5F, 0x05, 0xFF, 0xA5 }}
class nsINNTPHost : public nsISupports {
private:
public:
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPHOST_IID;
return iid;

View File

@ -18,8 +18,6 @@
{ 0xB7, 0xEE, 0x00, 0x80, 0x5F, 0x05, 0xFF, 0xA5 }}
class nsINNTPNewsgroup : public nsISupports {
private:
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPNEWSGROUP_IID;
@ -27,42 +25,42 @@ class nsINNTPNewsgroup : public nsISupports {
}
/* <IDL> */
NS_IMETHOD GetName(char * *aName) const = 0;
NS_IMETHOD GetName(char * *aName) = 0;
NS_IMETHOD SetName(char * aName) = 0;
/* <IDL> */
NS_IMETHOD GetPrettyName(char * *aPrettyName) const = 0;
NS_IMETHOD GetPrettyName(char * *aPrettyName) = 0;
NS_IMETHOD SetPrettyName(char * aPrettyName) = 0;
/* <IDL> */
NS_IMETHOD GetPassword(char * *aPassword) const = 0;
NS_IMETHOD GetPassword(char * *aPassword) = 0;
NS_IMETHOD SetPassword(char * aPassword) = 0;
/* <IDL> */
NS_IMETHOD GetUsername(char * *aUsername) const = 0;
NS_IMETHOD GetUsername(char * *aUsername) = 0;
NS_IMETHOD SetUsername(char * aUsername) = 0;
/* <IDL> */
NS_IMETHOD GetNeedsExtraInfo(PRBool *aNeedsExtraInfo) const = 0;
NS_IMETHOD GetNeedsExtraInfo(PRBool *aNeedsExtraInfo) = 0;
NS_IMETHOD SetNeedsExtraInfo(PRBool aNeedsExtraInfo) = 0;
/* <IDL> */
NS_IMETHOD IsOfflineArticle(PRInt32 num, PRBool *_retval) = 0;
/* <IDL> */
NS_IMETHOD GetCategory(PRBool *aCategory) const = 0;
NS_IMETHOD GetCategory(PRBool *aCategory) = 0;
NS_IMETHOD SetCategory(PRBool aCategory) = 0;
/* <IDL> */
NS_IMETHOD GetSubscribed(PRBool *aSubscribed) const = 0;
NS_IMETHOD GetSubscribed(PRBool *aSubscribed) = 0;
NS_IMETHOD SetSubscribed(PRBool aSubscribed) = 0;
/* <IDL> */
NS_IMETHOD GetWantNewTotals(PRBool *aWantNewTotals) const = 0;
NS_IMETHOD GetWantNewTotals(PRBool *aWantNewTotals) = 0;
NS_IMETHOD SetWantNewTotals(PRBool aWantNewTotals) = 0;
/* <IDL> */
NS_IMETHOD GetNewsgroupList(nsINNTPNewsgroupList * *aNewsgroupList) const = 0;
NS_IMETHOD GetNewsgroupList(nsINNTPNewsgroupList * *aNewsgroupList) = 0;
NS_IMETHOD SetNewsgroupList(nsINNTPNewsgroupList * aNewsgroupList) = 0;
/* <IDL> */