2009/dap/camera Overview.html,1.22,1.23

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv3031

Modified Files:
	Overview.html 
Log Message:
s/SuccessCallback/CaptureCallback/


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html	2 Dec 2009 09:56:46 -0000	1.22
+++ Overview.html	2 Dec 2009 10:29:33 -0000	1.23
@@ -233,7 +233,7 @@
 </dd><dt>attribute unsigned long width </dt><dd>The width attribute represents width of the image or video in pixels. Not applicable for a sound clip.
 </dd></dl>
 </section><section id="capturecallbak"><h3><a>CaptureCallback</a> interface</h3>
-<dl title="[Callback=FunctionOnly, NoInterfaceObject] interface SuccessCallback" class="idl">
+<dl title="[Callback=FunctionOnly, NoInterfaceObject] interface CaptureCallback" class="idl">
 <dt>void onSuccess () </dt><dd>
 <dl class="parameters"><dt>MediaArray capturedMedia </dt><dd>Sequence of MediaData successfully captured by the device</dd>
 </dd></dl>

Received on Wednesday, 2 December 2009 10:29:44 UTC