зеркало из https://github.com/mozilla/pjs.git
Added "function" keyword to permit function to be passed as a SOAP response
listener. Not part of default build.
This commit is contained in:
Родитель
25b1d12a51
Коммит
ea12d2abd8
|
@ -31,7 +31,7 @@ interface nsISOAPResponse;
|
|||
* responses are expected.
|
||||
*/
|
||||
|
||||
[scriptable, uuid(99ec6692-535f-11d4-9a58-000064657374)]
|
||||
[scriptable, function, uuid(99ec6692-535f-11d4-9a58-000064657374)]
|
||||
interface nsISOAPResponseListener : nsISupports {
|
||||
/**
|
||||
* This method is invoked when we receive an asynchronous response to
|
||||
|
|
|
@ -30,7 +30,7 @@ interface nsISOAPMessage;
|
|||
* is recieved on a transport.
|
||||
*/
|
||||
|
||||
[scriptable, uuid(99ec6696-535f-11d4-9a58-000064657374)]
|
||||
[scriptable, function, uuid(99ec6696-535f-11d4-9a58-000064657374)]
|
||||
interface nsISOAPTransportListener : nsISupports {
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,7 @@ interface nsISOAPResponse;
|
|||
* responses are expected.
|
||||
*/
|
||||
|
||||
[scriptable, uuid(99ec6692-535f-11d4-9a58-000064657374)]
|
||||
[scriptable, function, uuid(99ec6692-535f-11d4-9a58-000064657374)]
|
||||
interface nsISOAPResponseListener : nsISupports {
|
||||
/**
|
||||
* This method is invoked when we receive an asynchronous response to
|
||||
|
|
|
@ -30,7 +30,7 @@ interface nsISOAPMessage;
|
|||
* is recieved on a transport.
|
||||
*/
|
||||
|
||||
[scriptable, uuid(99ec6696-535f-11d4-9a58-000064657374)]
|
||||
[scriptable, function, uuid(99ec6696-535f-11d4-9a58-000064657374)]
|
||||
interface nsISOAPTransportListener : nsISupports {
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче