Bug 338876 - Scriptable nsISocketProviderService returns noscript nsISocketProvider. r=darin.

This commit is contained in:
pedemont%us.ibm.com 2006-05-30 16:12:51 +00:00
Родитель ff23807195
Коммит 6914d6a2a7
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -43,7 +43,7 @@
/** /**
* nsISocketProvider * nsISocketProvider
*/ */
[noscript, uuid(00b3df92-e830-11d8-d48e-0004e22243f8)] [scriptable, uuid(00b3df92-e830-11d8-d48e-0004e22243f8)]
interface nsISocketProvider : nsISupports interface nsISocketProvider : nsISupports
{ {
/** /**
@ -67,6 +67,7 @@ interface nsISocketProvider : nsISupports
* Any security info that should be associated with aFileDesc. This * Any security info that should be associated with aFileDesc. This
* object typically implements nsITransportSecurityInfo. * object typically implements nsITransportSecurityInfo.
*/ */
[noscript]
void newSocket(in long aFamily, void newSocket(in long aFamily,
in string aHost, in string aHost,
in long aPort, in long aPort,
@ -86,6 +87,7 @@ interface nsISocketProvider : nsISupports
* Parameters are the same as newSocket with the exception of aFileDesc, * Parameters are the same as newSocket with the exception of aFileDesc,
* which is an in-param instead. * which is an in-param instead.
*/ */
[noscript]
void addToSocket(in long aFamily, void addToSocket(in long aFamily,
in string aHost, in string aHost,
in long aPort, in long aPort,