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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user