From: Hyunjin Park Date: Mon, 1 Jun 2015 15:42:10 +0000 (+0900) Subject: build error fix - temporal X-Git-Tag: submit/tizen_tv/20150603.064601^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68c03397e729c154770c1c8d7200e32d449a7775;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git build error fix - temporal pkgmgr API on application_manager.cc Change-Id: I1dcc753aee568bee77019955715a0493c9377d62 --- diff --git a/src/application/application_manager.cc b/src/application/application_manager.cc index 6964bab1..a84a5836 100755 --- a/src/application/application_manager.cc +++ b/src/application/application_manager.cc @@ -1279,9 +1279,9 @@ void ApplicationManager::StartAppInfoEventListener(picojson::object* out) { } g_application_list_changed_broker.AddApplicationInstance(&instance_); - pkgmgr_client_listen_status(pkgmgr_client_handle_, +/* pkgmgr_client_listen_status(pkgmgr_client_handle_, ApplicationListChangedBroker::ClientStatusListener, - &g_application_list_changed_broker); + &g_application_list_changed_broker);*/ } else { LoggerD("Broker callback is already registered."); }