Bug #51921 --> add non scriptable method for setting the security info on

the mock channel.
sr=bienvenu
This commit is contained in:
mscott%netscape.com 2001-01-10 03:42:22 +00:00
parent a720815504
commit 2f3d0f4159

View File

@ -59,4 +59,6 @@ interface nsIImapMockChannel : nsIChannel
void GetChannelListener(out nsIStreamListener aChannelListener);
void GetChannelContext(out nsISupports aChannelContext);
void Close();
[noscript] void setSecurityInfo(in nsISupports securityInfo);
};