From e2e5db7900c107928f127c16b89bd27c48b4a415 Mon Sep 17 00:00:00 2001 From: "rayw%netscape.com" Date: Thu, 29 Nov 2001 18:20:11 +0000 Subject: [PATCH] Added "function" keyword to permit function to be passed as a SOAP response listener. Not part of default build. git-svn-id: svn://10.0.0.236/trunk@109235 18797224-902f-48f8-a5cc-f745e15eee43 --- .../extensions/webservices/public/nsISOAPResponseListener.idl | 2 +- .../extensions/webservices/public/nsISOAPTransportListener.idl | 2 +- .../xmlextras/soap/public/nsISOAPResponseListener.idl | 2 +- .../xmlextras/soap/public/nsISOAPTransportListener.idl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl b/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl index 06db6ba6cc7..a166976f40d 100644 --- a/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl +++ b/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl @@ -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 diff --git a/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl b/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl index e67384710f2..715c379eef5 100644 --- a/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl +++ b/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl @@ -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 { /** diff --git a/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl b/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl index 06db6ba6cc7..a166976f40d 100644 --- a/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl +++ b/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl @@ -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 diff --git a/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl b/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl index e67384710f2..715c379eef5 100644 --- a/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl +++ b/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl @@ -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 { /**