зеркало из https://github.com/mozilla/pjs.git
Hmmm I must not have done a clobber b4 checking this in...remove the =0 stuff for Get/SetImapLog.
This commit is contained in:
Родитель
2c7c15e18d
Коммит
c6634fdfa4
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче