Bug #16927 add nsIMsgQuoteListener interface
r=rhp git-svn-id: svn://10.0.0.236/trunk@52053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,11 +18,7 @@
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIStreamListener.idl"
|
||||
#include "nsIChannel.idl"
|
||||
|
||||
%{ C++
|
||||
%}
|
||||
|
||||
interface nsIMimeStreamConverterListener;
|
||||
#include "nsIMimeStreamConverter.idl"
|
||||
|
||||
[scriptable, uuid(1C7ABF0C-21E5-11d3-8EF1-00A024A7D144)]
|
||||
interface nsIMsgQuote : nsISupports {
|
||||
@@ -34,5 +30,14 @@ interface nsIMsgQuote : nsISupports {
|
||||
nsIStreamListener aStreamListener);
|
||||
readonly attribute nsIMimeStreamConverterListener quoteListener;
|
||||
readonly attribute nsIChannel quoteChannel;
|
||||
readonly attribute nsIStreamListener streamListener;
|
||||
};
|
||||
|
||||
[scriptable, uuid(1EC75AD9-88DE-11d3-989D-001083010E9B)]
|
||||
interface nsIMsgQuoteListener : nsIMimeStreamConverterListener
|
||||
{
|
||||
attribute nsIMsgQuote msgQuote;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user