Remove run news url method which shouldn't be exposed in the service.

This commit is contained in:
mscott%netscape.com 1999-09-12 05:10:49 +00:00
parent 0596f3245a
commit ed77e4f208

View File

@ -30,9 +30,6 @@ interface nsISupportsArray;
#include "nsFileSpec.h"
%}
/* sspitzer: TODO use MailNewsTypes.idl or MailNewsTypes.h */
typedef unsigned long nsMsgKey;
[scriptable, uuid(4C9F90E0-E19B-11d2-806E-006008128C4E)]
interface nsINntpService : nsISupports {
@ -40,8 +37,6 @@ interface nsINntpService : nsISupports {
[noscript] nsIURI PostMessage (in nsFilePath pathToFile, in string newsgroupNames, in nsIUrlListener aUrlListener);
nsIURI RunNewsUrl (in string urlString, in string newsgroupName, in nsMsgKey aKey, in nsISupports aConsumer, in nsIUrlListener aUrlListener);
nsIURI GetNewNews (in nsINntpIncomingServer nntpServer, in string uri, in nsIUrlListener aUrlListener);
nsIURI CancelMessages (in string hostname, in string newsgroupname, in nsISupportsArray messages, in nsISupports aConsumer, in nsIUrlListener aUrlListener);