2009/dap/messaging Overview.html,1.23,1.24

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

Modified Files:
	Overview.html 
Log Message:
interfaces are always nullable, can't take a "?"


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.html	4 Aug 2010 15:00:23 -0000	1.23
+++ Overview.html	23 Aug 2010 09:24:32 -0000	1.24
@@ -787,7 +787,7 @@
 
 							<dt>
 
-								optional MessagingErrorCB? errorCB
+								optional MessagingErrorCB errorCB
 
 							</dt>
 
@@ -899,7 +899,7 @@
 
 						<dt>
 
-							optional MessagingErrorCB? errorCB
+							optional MessagingErrorCB errorCB
 
 						</dt>
 
@@ -1011,7 +1011,7 @@
 
 						<dt>
 
-							optional MessagingErrorCB? errorCB
+							optional MessagingErrorCB errorCB
 
 						</dt>
 

Received on Monday, 23 August 2010 09:24:35 UTC