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
parent c2bef602ff
commit deda90bee6

View File

@ -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);