From 9fd1d0a92daeb1737b2af77d0ded441b00287c80 Mon Sep 17 00:00:00 2001 From: "jefft%netscape.com" Date: Tue, 18 May 1999 22:34:41 +0000 Subject: [PATCH] more on cached connections - removed CreateImapConnection(), LoadNextQueuedUrl() method git-svn-id: svn://10.0.0.236/trunk@32121 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/imap/public/nsIImapService.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/mailnews/imap/public/nsIImapService.h b/mozilla/mailnews/imap/public/nsIImapService.h index 9df38380e28..3d8890c3cef 100644 --- a/mozilla/mailnews/imap/public/nsIImapService.h +++ b/mozilla/mailnews/imap/public/nsIImapService.h @@ -56,10 +56,6 @@ class nsIImapService : public nsISupports public: static const nsIID& GetIID() { static nsIID iid = NS_IIMAPSERVICE_IID; return iid; } - NS_IMETHOD CreateImapConnection (nsIEventQueue *aEventQueue, nsIImapUrl * aImapUrl, - nsIImapProtocol ** aImapConnection) = 0; - - NS_IMETHOD LoadNextQueuedUrl() = 0; // As always, you can pass in null for the url listener and the url if you don't require either..... // aClientEventQueue is the event queue of the event sinks. We post events into this queue. // mscott -- eventually this function will take in the account (identity/incoming server) associated with