Hmmm I must not have done a clobber b4 checking this in...remove the =0 stuff for Get/SetImapLog.

This commit is contained in:
mscott%netscape.com 1999-03-23 23:05:13 +00:00
Родитель 2c7c15e18d
Коммит c6634fdfa4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -43,8 +43,8 @@ public:
///////////////////////////////////////////////////////////////////////////////
// we support the nsIImapUrl interface
///////////////////////////////////////////////////////////////////////////////
NS_IMETHOD GetImapLog(nsIImapLog ** aImapLog) = 0;
NS_IMETHOD SetImapLog(nsIImapLog * aImapLog) = 0;
NS_IMETHOD GetImapLog(nsIImapLog ** aImapLog);
NS_IMETHOD SetImapLog(nsIImapLog * aImapLog);
NS_IMPL_CLASS_GETSET(ImapAction, nsImapAction, m_imapAction);