2009/dap/messaging Overview.html,1.10,1.11

Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv6902

Modified Files:
	Overview.html 
Log Message:
message.send() doesn't need to have itself as a parameter


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html	25 Mar 2010 16:29:33 -0000	1.10
+++ Overview.html	25 Mar 2010 16:30:46 -0000	1.11
@@ -338,13 +338,6 @@
 						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>
-								Message message
-							</dt>
-							<dd>
-								The message to be sent.
-							</dd>
-							
-							<dt>
 								SuccessCallback successCB
 							</dt>
 							<dd>

Received on Thursday, 25 March 2010 16:30:50 UTC