cleanup some of the interfaces to make the service scriptable

This commit is contained in:
mscott%netscape.com 1999-08-24 00:51:56 +00:00
Родитель 794112b53b
Коммит 7737e5fef5
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -25,11 +25,9 @@ interface nsIStreamListener;
interface nsISupportsArray;
[ref] native nsFilePath(nsFilePath);
[ref] native nsString(nsString);
%{ C++
#include "nsFileSpec.h"
#include "nsString.h"
%}
/* sspitzer: TODO use MailNewsTypes.idl or MailNewsTypes.h */
@ -42,7 +40,7 @@ interface nsINntpService : nsISupports {
[noscript] nsIURI PostMessage (in nsFilePath pathToFile, in string newsgroupNames, in nsIUrlListener aUrlListener);
[noscript] nsIURI RunNewsUrl (in nsString urlString, in nsString newsgroupName, in nsMsgKey aKey, in nsISupports aConsumer, 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);