- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 15:47:40 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv879 Modified Files: Overview.html Log Message: removing subclass of GenericError until such an interface is shown to be useful (and is defined) Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Overview.html 2 Dec 2009 14:47:23 -0000 1.34 +++ Overview.html 2 Dec 2009 15:47:38 -0000 1.35 @@ -180,7 +180,7 @@ </section><section id="captureerror"><h3><a>CaptureError</a> interface</h3> <p class="note">More error codes to be defined here. </p> <p>The <a>CaptureError</a> interface encapsulates all errors in the Capture API. </p> -<dl title="[NoInterfaceObject] interface CaptureError : GenericError" class="idl"> +<dl title="[NoInterfaceObject] interface CaptureError" class="idl"> <dt>const unsigned short CAPTURE_INTERNAL_ERR = 0 </dt><dd>Camera or mike failed to capture image or sound. </dd><dt>readonly attribute unsigned short code </dt><dd>An error code assigned by an implementation when an error has occurred in Capture API processing. </dd></dl> </section><section> id="pendingoperation"><h3><a>PendingOperation</a> interface</h3>
Received on Wednesday, 2 December 2009 15:47:42 UTC