mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Added "function" keyword to permit function to be passed as a SOAP response
listener. Not part of default build.
This commit is contained in:
parent
ae996eb3e1
commit
dbdaa6bfeb
@ -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 {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user