- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 13:50:08 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/test-spec
In directory hutz:/tmp/cvs-serv8040/test-spec
Modified Files:
webidl.html
Log Message:
option to remove in from params
Index: webidl.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/webidl.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- webidl.html 3 Dec 2009 12:36:56 -0000 1.16
+++ webidl.html 3 Dec 2009 13:50:06 -0000 1.17
@@ -23,6 +23,8 @@
{ name: "Batman", company: "Outsiders" },
],
+ noIDLIn: true,
+
// WG
wg: "Device APIs and Policy Working Group",
wgURI: "http://www.w3.org/2009/dap/",
@@ -127,6 +129,10 @@
<dd>
The doIt4 method.
</dd>
+ <dt>void noIn (DahutSansIn foo)</dt>
+ <dd>
+ No in.
+ </dd>
<dt>void doIt5 (in DOMString foo, in unsigned short bar)</dt>
<dd>
The doIt5 method.
Received on Thursday, 3 December 2009 13:50:17 UTC