2009/dap/system-info Overview.html,1.80,1.81

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

Modified Files:
	Overview.html 
Log Message:
was missing const descriptions


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.html	23 Feb 2010 13:26:26 -0000	1.80
+++ Overview.html	23 Feb 2010 13:38:47 -0000	1.81
@@ -709,7 +709,9 @@
             <dd>The name of the cellular connection's operator if applicable, <code>null</code> otherwise</dd>
 
             <dt>const unsigned short ROAMING_NATIONAL = 5000</dt>
+            <dd>If the <a>roaming</a> attribute has this value, then this device is roaming nationally</dd>
             <dt>const unsigned short ROAMING_INTERNATIONAL = 5001</dt>
+            <dd>If the <a>roaming</a> attribute has this value, then this device is roaming internationally</dd>
 
             <dt>readonly attribute boolean? roaming</dt>
             <dd>Indicates if this connection is roaming. If it is

Received on Tuesday, 23 February 2010 13:38:50 UTC