2009/dap/system-info Overview.html,1.82,1.83

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

Modified Files:
	Overview.html 
Log Message:
changed roaming back to boolean


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.html	23 Feb 2010 13:41:07 -0000	1.82
+++ Overview.html	1 Mar 2010 14:43:21 -0000	1.83
@@ -708,21 +708,13 @@
             <dt>readonly attribute DOMString? operatorName</dt>
             <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
-            roaming nationally, this attribute's value MUST be
-            returned as <a>ROAMING_NATIONAL</a>. If it is roaming
-            internationally, this attribute's value MUST be returned
-            as <a>ROAMING_INTERNATIONAL</a>. If it is not roaming this
-            attribute's value MUST be <code>null</code>.</dd>
+            <dt>readonly attribute boolean roaming</dt>
+            <dd>Indicates if this connection is roaming. A value of
+            <code>true</code> indicates that the connection is
+            roaming, while <code>false</code> indicates that it
+            isn't.</dd>
           </dl>
 
-        <p class="issue">ROAMING consts could collide with TYPE consts. Do we need a new RoamingType interface?</p>
         <p class="issue">Should we gather all of GSM, GPRS, EDGE, CDMA, TETRA, UMTS under a singe "CELL" type? They could be differentiated by maxBandwidth, if needed.</p>
         </section>
       </section>

Received on Monday, 1 March 2010 14:43:24 UTC