changes for newly generated headers

This commit is contained in:
sspitzer%netscape.com 1999-04-15 20:17:36 +00:00
Родитель c1cda24b26
Коммит 952fb4980a
6 изменённых файлов: 12 добавлений и 30 удалений

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

@ -15,7 +15,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPArticleList */
/* starting interface: nsINNTPArticleList */
/* {921AC214-96B5-11d2-B7EB-00805F05FFA5} */
#define NS_INNTPARTICLELIST_IID_STR "921AC214-96B5-11d2-B7EB-00805F05FFA5"
@ -25,10 +25,7 @@
class nsINNTPArticleList : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPARTICLELIST_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPARTICLELIST_IID)
/* void Init (in nsINNTPHost newsHost, in nsINNTPNewsgroup newsgroup); */
NS_IMETHOD Init(nsINNTPHost *newsHost, nsINNTPNewsgroup *newsgroup) = 0;

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

@ -15,7 +15,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPCategory */
/* starting interface: nsINNTPCategory */
/* {203b2120-b256-11d2-b7f0-00805f05ffa5} */
#define NS_INNTPCATEGORY_IID_STR "203b2120-b256-11d2-b7f0-00805f05ffa5"
@ -25,10 +25,7 @@
class nsINNTPCategory : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPCATEGORY_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPCATEGORY_IID)
/* nsINNTPNewsgroup BuildCategoryTree (in nsINNTPNewsgroup parent, in string catName, in nsIMsgGroupRecord group, in short depth); */
NS_IMETHOD BuildCategoryTree(nsINNTPNewsgroup *parent, const char *catName, nsIMsgGroupRecord *group, PRInt16 depth, nsINNTPNewsgroup **_retval) = 0;

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

@ -14,7 +14,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPCategoryContainer */
/* starting interface: nsINNTPCategoryContainer */
/* {cb36d510-b249-11d2-b7ef-00805f05ffa5} */
#define NS_INNTPCATEGORYCONTAINER_IID_STR "cb36d510-b249-11d2-b7ef-00805f05ffa5"
@ -24,10 +24,7 @@
class nsINNTPCategoryContainer : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPCATEGORYCONTAINER_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPCATEGORYCONTAINER_IID)
/* attribute nsINNTPNewsgroup rootCategory; */
NS_IMETHOD GetRootCategory(nsINNTPNewsgroup * *aRootCategory) = 0;

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

@ -14,7 +14,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPHost */
/* starting interface: nsINNTPHost */
/* {6b128da0-d74f-11d2-b7f9-00805f05ffa5} */
#define NS_INNTPHOST_IID_STR "6b128da0-d74f-11d2-b7f9-00805f05ffa5"
@ -24,10 +24,7 @@
class nsINNTPHost : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPHOST_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPHOST_IID)
/* attribute boolean supportsExtensions; */
NS_IMETHOD GetSupportsExtensions(PRBool *aSupportsExtensions) = 0;

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

@ -13,7 +13,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPNewsgroup */
/* starting interface: nsINNTPNewsgroup */
/* {1A39CD90-ACAF-11d2-B7EE-00805F05FFA5} */
#define NS_INNTPNEWSGROUP_IID_STR "1A39CD90-ACAF-11d2-B7EE-00805F05FFA5"
@ -23,10 +23,7 @@
class nsINNTPNewsgroup : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPNEWSGROUP_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPNEWSGROUP_IID)
/* attribute string name; */
NS_IMETHOD GetName(char * *aName) = 0;

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

@ -12,7 +12,7 @@
#include "jsapi.h"
#endif
/* starting interface nsINNTPNewsgroupList */
/* starting interface: nsINNTPNewsgroupList */
/* {E628ED19-9452-11d2-B7EA-00805F05FFA5} */
#define NS_INNTPNEWSGROUPLIST_IID_STR "E628ED19-9452-11d2-B7EA-00805F05FFA5"
@ -22,10 +22,7 @@
class nsINNTPNewsgroupList : public nsISupports {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_INNTPNEWSGROUPLIST_IID;
return iid;
}
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPNEWSGROUPLIST_IID)
/* long GetRangeOfArtsToDownload (in long first_message, in long last_message, in long maxextra, out long real_first_message, out long real_last_message); */
NS_IMETHOD GetRangeOfArtsToDownload(PRInt32 first_message, PRInt32 last_message, PRInt32 maxextra, PRInt32 *real_first_message, PRInt32 *real_last_message, PRInt32 *_retval) = 0;