зеркало из https://github.com/mozilla/gecko-dev.git
newly generated files from updated XPIDL parser
This commit is contained in:
Родитель
c6e02c089d
Коммит
1a57296b2e
|
@ -2,11 +2,12 @@
|
|||
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgNewsgroup.idl
|
||||
*/
|
||||
|
||||
#ifndef __nsIMsgNewsgroup_h__
|
||||
#define __nsIMsgNewsgroup_h__
|
||||
#ifndef __gen_nsIMsgNewsgroup_h__
|
||||
#define __gen_nsIMsgNewsgroup_h__
|
||||
|
||||
#include "nsISupports.h" /* interface nsISupports */
|
||||
|
||||
|
||||
/* starting interface nsIMsgNewsgroup */
|
||||
|
||||
/* {E628ED10-9452-11d2-B7EA-00805F05FFA5} */
|
||||
|
@ -25,24 +26,24 @@ class nsIMsgNewsgroup : public nsISupports {
|
|||
return iid;
|
||||
}
|
||||
|
||||
/* attribute string name; */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD GetName(char * *aName) = 0;
|
||||
NS_IMETHOD SetName(char * aName) = 0;
|
||||
|
||||
/* attribute string password; */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD GetPassword(char * *aPassword) = 0;
|
||||
NS_IMETHOD SetPassword(char * aPassword) = 0;
|
||||
|
||||
/* attribute string username; */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD GetUsername(char * *aUsername) = 0;
|
||||
NS_IMETHOD SetUsername(char * aUsername) = 0;
|
||||
|
||||
/* attribute boolean needsExtraInfo; */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD IsNeedsExtraInfo(PRBool *aIsNeedsExtraInfo) = 0;
|
||||
NS_IMETHOD SetNeedsExtraInfo(PRBool aNeedsExtraInfo) = 0;
|
||||
|
||||
/* boolean IsOfflineArticle(in num); */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD IsOfflineArticle(PRInt32 num, PRBool *_retval) = 0;
|
||||
};
|
||||
|
||||
#endif /* __nsIMsgNewsgroup_h__ */
|
||||
#endif /* __gen_nsIMsgNewsgroup_h__ */
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgOfflineNewsState.idl
|
||||
*/
|
||||
|
||||
#ifndef __nsIMsgOfflineNewsState_h__
|
||||
#define __nsIMsgOfflineNewsState_h__
|
||||
#ifndef __gen_nsIMsgOfflineNewsState_h__
|
||||
#define __gen_nsIMsgOfflineNewsState_h__
|
||||
|
||||
#include "nsISupports.h" /* interface nsISupports */
|
||||
#include "nsIMsgNewsgroup.h" /* interface nsIMsgNewsgroup */
|
||||
|
||||
|
||||
/* starting interface nsIMsgOfflineNewsState */
|
||||
|
||||
/* {921AC210-96B5-11d2-B7EB-00805F05FFA5} */
|
||||
|
@ -26,15 +27,15 @@ class nsIMsgOfflineNewsState : public nsISupports {
|
|||
return iid;
|
||||
}
|
||||
|
||||
/* attribute nsIMsgNewsgroup newsgroup; */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD GetNewsgroup(nsIMsgNewsgroup * *aNewsgroup) = 0;
|
||||
NS_IMETHOD SetNewsgroup(nsIMsgNewsgroup * aNewsgroup) = 0;
|
||||
|
||||
/* Process(out string outputBuffer, in bufferSize); */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD Process(char **outputBuffer, PRInt32 bufferSize, PRInt32 *_retval) = 0;
|
||||
|
||||
/* Interrupt(); */
|
||||
/* <IDL> */
|
||||
NS_IMETHOD Interrupt(PRInt32 *_retval) = 0;
|
||||
};
|
||||
|
||||
#endif /* __nsIMsgOfflineNewsState_h__ */
|
||||
#endif /* __gen_nsIMsgOfflineNewsState_h__ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче