From fbe4dbe416b221994262db89d2e8c69fbff136ad Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 24 Aug 1999 00:51:56 +0000 Subject: [PATCH] cleanup some of the interfaces to make the service scriptable git-svn-id: svn://10.0.0.236/trunk@44204 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/public/nsINntpService.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/mailnews/news/public/nsINntpService.idl b/mozilla/mailnews/news/public/nsINntpService.idl index 8646d47eb30..2083ea434d9 100644 --- a/mozilla/mailnews/news/public/nsINntpService.idl +++ b/mozilla/mailnews/news/public/nsINntpService.idl @@ -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);