- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Apr 2010 12:26:58 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv29206
Modified Files:
Overview.html
Log Message:
ACTION-136: no need for callbacks if we have an exception
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 14 Apr 2010 12:58:10 -0000 1.16
+++ Overview.html 21 Apr 2010 12:26:56 -0000 1.17
@@ -340,20 +340,6 @@
<dt>PendingOp send ()</dt>
<dd>
Sends the message. The success function is called when the message has been sent, to the implementation it means that the message has been placed in the Outgoing Messages folder. The <code>pendingOp</code> return object allows canceling the sending of the message.
- <dl class='parameters'>
- <dt>
- SuccessCallback successCB
- </dt>
- <dd>
- The success function is called when the message has been sent. To the implementation it means that the message has been placed in the Outgoing Messages folder.
- </dd>
-
- <dt>
- optional ErrorCallback errorCB
- </dt>
- <dd>
- </dd>
- </dl>
<div class='exception' title='MessageSendException'>
Raised when an error has occured sending this message.
<div class="issue">we need to specify this exception further</div>
Received on Wednesday, 21 April 2010 12:27:00 UTC