From e7eda06bc198056a26a35114107d72cf191017c9 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 8 Apr 1999 02:51:13 +0000 Subject: [PATCH] (not part of the build yet) a=cyeh. Initialize now takes the host session list. --- mailnews/imap/public/nsIImapProtocol.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mailnews/imap/public/nsIImapProtocol.h b/mailnews/imap/public/nsIImapProtocol.h index 9269ac5acfd..2b84f6e2503 100644 --- a/mailnews/imap/public/nsIImapProtocol.h +++ b/mailnews/imap/public/nsIImapProtocol.h @@ -38,6 +38,7 @@ { 0x80, 0x6e, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } } class nsIURL; +class nsIImapHostSessionList; class nsIImapProtocol : public nsIStreamListener { @@ -58,9 +59,9 @@ public: ///////////////////////////////////////////////////////////////////////// // Right now, initialize requires the event queue of the UI thread, // or more importantly the event queue of the consumer of the imap - // protocol data. + // protocol data. The protocol also needs a host session list. ///////////////////////////////////////////////////////////////////////// - NS_IMETHOD Initialize(PLEventQueue * aSinkEventQueue) = 0; + NS_IMETHOD Initialize(nsIImapHostSessionList * aHostSessionList, PLEventQueue * aSinkEventQueue) = 0; NS_IMETHOD GetThreadEventQueue(PLEventQueue **aEventQueue) = 0;