From: Hyunjin Park Date: Tue, 23 Feb 2016 10:27:00 +0000 (+0900) Subject: [systeminfo] change NET_PROXY type name X-Git-Tag: submit/tizen/20160223.060827^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dc66c325bf05abfed56dfe7e3b0433fc3190557;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [systeminfo] change NET_PROXY type name Change-Id: I5dc311244457f724947a41cdeb54248e10d98ed0 --- diff --git a/src/systeminfo/systeminfo_properties_manager.cc b/src/systeminfo/systeminfo_properties_manager.cc index 4c925789..5cc4374e 100644 --- a/src/systeminfo/systeminfo_properties_manager.cc +++ b/src/systeminfo/systeminfo_properties_manager.cc @@ -571,7 +571,7 @@ PlatformResult SysteminfoPropertiesManager::ReportNetwork(picojson::object* out, case CONNECTION_TYPE_ETHERNET : type = kEthernet; break; - case CONNECTION_TYPE_PROXY : + case CONNECTION_TYPE_NET_PROXY : type = kProxy; break; default: @@ -1143,7 +1143,7 @@ PlatformResult SysteminfoPropertiesManager::ReportNetProxyNetwork(picojson::obje ("Failed to get connection type: %d (%s)", error, get_error_message(error))); } - if (CONNECTION_TYPE_PROXY == connection_type) { + if (CONNECTION_TYPE_NET_PROXY == connection_type) { result_status = kConnectionOn; } else { result_status = kConnectionOff;