2009/dap/contacts Overview.html,1.18,1.19

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv25873

Modified Files:
	Overview.html 
Log Message:
Bug fix:
- Moved clone() method from ContactResult to Contact interface.

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview.html	11 Dec 2009 15:37:21 -0000	1.18
+++ Overview.html	11 Dec 2009 16:28:36 -0000	1.19
@@ -370,7 +370,14 @@
 
 						<pre class="example sh_javascript">{id: 'urn:uuid:d13d4fd0-4ce9-1cef-b1f2-10a9c1446bf0'}</pre>
                     </dd>             						
-
+                    <dt>
+                        Contact clone ()
+                    </dt>
+                    <dd>                    	
+                        <p>Create an exact copy of the current object minus the current object's <a href='#widl-Contact-id'><code>id</code></a> attribute.</p>
+						
+						<p>The resulting object MUST be provided with a newly generated <a href='#widl-Contact-id'><code>id</code></a> attribute to distiguish the cloned object from the original object.</p>	
+                    </dd>
                     <dt>
                         PendingOp commit ()
                     </dt>
@@ -422,14 +429,6 @@
 
                 <dl title='[NoInterfaceObject] interface ContactResult : Contact' class='idl'>
                     <dt>
-                        Contact clone ()
-                    </dt>
-                    <dd>                    	
-                        <p>Create an exact copy of the current object minus the current object's <a href='#widl-Contact-id'><code>id</code></a> attribute.</p>
-						
-						<p>The resulting object MUST be provided with a newly generated <a href='#widl-Contact-id'><code>id</code></a> attribute to distiguish the cloned object from the original object.</p>	
-                    </dd>				
-                    <dt>
                         PendingOp remove ()
                     </dt>
                     <dd>                    	
@@ -989,7 +988,7 @@
     <section class='appendix'>
       <h2>Acknowledgements</h2>
       <p>
-        We would like to thank the input from PhoneGap, Nokia, and OMTP BONDI that went into creating this API.
+        The editor would like to thank the input from the PhoneGap, Nokia, and OMTP BONDI groups and the feedback received from W3C DAP members to date ... 
       </p>
     </section>
   </body>

Received on Friday, 11 December 2009 16:28:39 UTC