From 58cfb178d933a5016cfbced88852f7311afcba1e Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Wed, 5 Apr 2017 20:50:40 +0900 Subject: [PATCH] Add LCOV comment for deprecated functions Change-Id: I1f9af1c9b0b942547694957f7356568e2f77335e Signed-off-by: Kichan Kwon --- src/runtime_info_location.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime_info_location.c b/src/runtime_info_location.c index da74996..d1824fc 100644 --- a/src/runtime_info_location.c +++ b/src/runtime_info_location.c @@ -35,6 +35,7 @@ static const char *VCONF_LOCATION_SERVICE_ENABLED = VCONFKEY_LOCATION_ENABLED; static const char *VCONF_LOCATION_NETWORK_ENABLED = VCONFKEY_LOCATION_NETWORK_ENABLED; +//LCOV_EXCL_START : deprecated feature int runtime_info_location_service_get_value(runtime_info_value_h value) { int vconf_value; @@ -98,3 +99,4 @@ void runtime_info_location_network_unset_event_cb() runtime_info_vconf_unset_event_cb(VCONF_LOCATION_NETWORK_ENABLED, 0); } +//LCOV_EXCL_STOP -- 2.7.4