upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Systeminfo / JSCellularNetworkInfo.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 9ba7642..20e7236
@@ -32,7 +32,7 @@ const char* CELLULARNETWORK_APN_PROPERTY = "apn";
 const char* CELLULARNETWORK_IPADDRESS_PROPERTY = "ipAddress";
 const char* CELLULARNETWORK_MCC_PROPERTY = "mcc";
 const char* CELLULARNETWORK_MNC_PROPERTY = "mnc";
-const char* CELLULARNETWORK_CELLID_PROPERTY = "cellid";
+const char* CELLULARNETWORK_CELLID_PROPERTY = "cellId";
 const char* CELLULARNETWORK_LAC_PROPERTY = "lac";
 const char* CELLULARNETWORK_SERVICETYPE_PROPERTY = "serviceType";
 const char* CELLULARNETWORK_ROAMING_PROPERTY = "isRoaming";
@@ -138,7 +138,7 @@ JSValueRef JSCellularNetworkInfo::getProperty(JSContextRef context, JSObjectRef
         } else if (JSStringIsEqualToUTF8CString(propertyName, CELLULARNETWORK_MNC_PROPERTY)) {
             return convert.toJSValueRef(cellularNetworkInfo->mnc);            
         } else if (JSStringIsEqualToUTF8CString(propertyName, CELLULARNETWORK_CELLID_PROPERTY)) {
-            return convert.toJSValueRef(cellularNetworkInfo->cellid);            
+            return convert.toJSValueRef(cellularNetworkInfo->cellId);            
         } else if (JSStringIsEqualToUTF8CString(propertyName, CELLULARNETWORK_LAC_PROPERTY)) {
             return convert.toJSValueRef(cellularNetworkInfo->lac);            
         } else if (JSStringIsEqualToUTF8CString(propertyName, CELLULARNETWORK_SERVICETYPE_PROPERTY)) {