diff --git a/mailnews/news/public/nsIMsgNewsgroup.h b/mailnews/news/public/nsIMsgNewsgroup.h index 768c49fd5ea1..09adbf29e81f 100644 --- a/mailnews/news/public/nsIMsgNewsgroup.h +++ b/mailnews/news/public/nsIMsgNewsgroup.h @@ -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; */ + /* */ NS_IMETHOD GetName(char * *aName) = 0; NS_IMETHOD SetName(char * aName) = 0; - /* attribute string password; */ + /* */ NS_IMETHOD GetPassword(char * *aPassword) = 0; NS_IMETHOD SetPassword(char * aPassword) = 0; - /* attribute string username; */ + /* */ NS_IMETHOD GetUsername(char * *aUsername) = 0; NS_IMETHOD SetUsername(char * aUsername) = 0; - /* attribute boolean needsExtraInfo; */ + /* */ NS_IMETHOD IsNeedsExtraInfo(PRBool *aIsNeedsExtraInfo) = 0; NS_IMETHOD SetNeedsExtraInfo(PRBool aNeedsExtraInfo) = 0; - /* boolean IsOfflineArticle(in num); */ + /* */ NS_IMETHOD IsOfflineArticle(PRInt32 num, PRBool *_retval) = 0; }; -#endif /* __nsIMsgNewsgroup_h__ */ +#endif /* __gen_nsIMsgNewsgroup_h__ */ diff --git a/mailnews/news/public/nsIMsgOfflineNewsState.h b/mailnews/news/public/nsIMsgOfflineNewsState.h index 413abfed2303..0d6155554977 100644 --- a/mailnews/news/public/nsIMsgOfflineNewsState.h +++ b/mailnews/news/public/nsIMsgOfflineNewsState.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; */ + /* */ NS_IMETHOD GetNewsgroup(nsIMsgNewsgroup * *aNewsgroup) = 0; NS_IMETHOD SetNewsgroup(nsIMsgNewsgroup * aNewsgroup) = 0; - /* Process(out string outputBuffer, in bufferSize); */ + /* */ NS_IMETHOD Process(char **outputBuffer, PRInt32 bufferSize, PRInt32 *_retval) = 0; - /* Interrupt(); */ + /* */ NS_IMETHOD Interrupt(PRInt32 *_retval) = 0; }; -#endif /* __nsIMsgOfflineNewsState_h__ */ +#endif /* __gen_nsIMsgOfflineNewsState_h__ */