2009/dap/messaging Overview.html,1.42,1.43

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

Modified Files:
	Overview.html 
Log Message:
*** empty log message ***

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.html	5 May 2011 08:23:32 -0000	1.42
+++ Overview.html	5 May 2011 08:24:05 -0000	1.43
@@ -143,9 +143,9 @@
 							<dd>
 								a URI that specificies the address to which the message is to be sent; that URI may contain query string parameters that specify additional headers and the body of the said message
 							</dd>
-							<dt>sequence&lt;Blob>? attachments</dt>
+							<dt>optional sequence&lt;Blob>? attachments</dt>
 							<dd>A list of Blob objects that represent attachments to be sent with the message; only applicable to protocols that support the notion of attachments. Using this parameter on protocols that don't support attachments triggers an error.</dd>
-							<dt>messagingErrorCB? errorCB</dt>
+							<dt>optional messagingErrorCB? errorCB</dt>
 							<dd>A callback function called when there was an error with sending the message.</dd>
 						</dl>
 					</dd>

Received on Thursday, 5 May 2011 08:24:08 UTC