interface change, display message now takes a message id and a message key.

This commit is contained in:
mscott%netscape.com 1999-03-06 00:30:10 +00:00
Родитель 1b6c1b44be
Коммит 1ef44a196c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,8 +51,8 @@ public:
NS_IMETHOD ParseMailbox(const nsFilePath& aMailboxPath, nsIStreamListener * aMailboxParser,
nsIUrlListener * aUrlListener, nsIURL ** aURL);
NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, PRUint32 aStartByte, PRUint32 aEndByte,
nsISupports * aDisplayConsumer, nsIURL ** aURL);
NS_IMETHOD DisplayMessage(const nsFilePath& aMailboxPath, nsMsgKey aMessageKey, const char * aMessageID,
nsISupports * aDisplayConsumer, nsIUrlListener * aUrlListener, nsIURL ** aURL);
////////////////////////////////////////////////////////////////////////////////////////
// End suppport for the nsIMailboxService Interface