(not part of the build yet) removed SetMessageDownloadOutputStream

This commit is contained in:
jefft%netscape.com 1999-04-08 22:10:03 +00:00
parent 47e3462825
commit c20086f859

View File

@ -64,9 +64,7 @@ public:
NS_IMETHOD Initialize(nsIImapHostSessionList * aHostSessionList, PLEventQueue * aSinkEventQueue) = 0;
NS_IMETHOD GetThreadEventQueue(PLEventQueue **aEventQueue) = 0;
NS_IMETHOD SetMessageDownloadOutputStream(nsIOutputStream *aOutputStream)
= 0;
NS_IMETHOD NotifyFEEventCompletion() = 0;
};