2009/dap/system-info Overview.html,1.14,1.15

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv27696

Modified Files:
	Overview.html 
Log Message:
wrapping IDL method definition lines causes error


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html	2 Dec 2009 09:39:02 -0000	1.14
+++ Overview.html	2 Dec 2009 09:59:52 -0000	1.15
@@ -76,9 +76,8 @@
       is still being drained), <code>timeRemainging </code>should be
       greater than 0. </dd>
 
-      <dt>long watchPowerSource(in PowerSourceCallback
-      successCallback, [Optional] in PowerErrorCallback
-      errorCallback)</dt>
+
+      <dt>long watchPowerSource(in PowerSourceCallback successCallback, [Optional] in PowerErrorCallback errorCallback)</dt>
       <dd>The <code>watchPowerSource()</code> method takes one, two or
       three arguments.  When called, it MUST immediately return and
       then asynchronously start a watch process defined as the
@@ -94,9 +93,7 @@
         </ol>
       </dd>
 
-      <dt>long watchPowerLevel(in PowerLevelCallback successCallback,
-      [Optional] in PowerErrorCallback errorCallback, [Optional] in
-      PowerLevelOptions options)</dt>
+      <dt>long watchPowerLevel(in PowerLevelCallback successCallback, [Optional] in PowerErrorCallback errorCallback, [Optional] in PowerLevelOptions options)</dt>
       <dd>The <code>watchPowerLevel()</code> method takes one, two or three arguments. 
       When called, it MUST immediately return and then asynchronously start a watch 
       process defined as the following set of steps: 

Received on Wednesday, 2 December 2009 09:59:56 UTC