Make sure refcount for nsMsgMailFolder is correct.

This commit is contained in:
putterman%netscape.com 1999-02-04 19:07:47 +00:00
Родитель f13b7fcc14
Коммит e1f232b67d
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -302,7 +302,10 @@ public:
nsMsgMailFolder();
~nsMsgMailFolder();
NS_DECL_ISUPPORTS
NS_IMETHOD QueryInterface(REFNSIID aIID,
void** aInstancePtr);
NS_IMETHOD_(nsrefcnt) AddRef(void);
NS_IMETHOD_(nsrefcnt) Release(void);
NS_IMETHOD GetType(FolderType *type);