update attributes - flag is not an attribute, it's an accessor for many

different newsgroup (folder?) flags
This commit is contained in:
alecf%netscape.com 1999-01-23 02:41:32 +00:00
Родитель d506b30655
Коммит e13bf0724b
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -41,10 +41,11 @@ interface nsINNTPNewsgroup : nsISupports {
attribute boolean category;
/* this should die, and we should start using individual accessors */
attribute long flag;
boolean GetFlag(in long flag);
void SetFlag(in long flag);
attribute boolean subscribed;
attribute boolean wantNewTotals;
};