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

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

Modified Files:
	Overview.html 
Log Message:
interface types don't take "?" since they include null as values


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html	5 May 2011 08:24:05 -0000	1.43
+++ Overview.html	5 May 2011 09:12:39 -0000	1.44
@@ -145,7 +145,7 @@
 							</dd>
 							<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>optional 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 09:12:43 UTC