Part of new message display landing. DisplayMessage now takes in the nsIMsgWindow

r=bienvenu
This commit is contained in:
mscott%netscape.com 2000-01-06 00:45:28 +00:00
parent 5cf8e0cb33
commit 83d3949553

View File

@ -25,6 +25,7 @@
interface nsIURI;
interface nsIUrlListener;
interface nsIStreamListener;
interface nsIMsgWindow;
interface nsIFileSpec;
[scriptable, uuid(F11009C1-F697-11d2-807F-006008128C4E)]
@ -66,7 +67,9 @@ interface nsIMsgMessageService : nsISupports {
///////////////////////////////////////////////////////////////////
%}
void DisplayMessage(in string aMessageURI, in nsISupports aDisplayConsumer,
in nsIUrlListener aUrlListener, out nsIURI aURL);
in nsIMsgWindow aMsgWindow,
in nsIUrlListener aUrlListener,
out nsIURI aURL);
%{ C++