From 3cb3fce26ce1be81b92bd1845192ab1ef821bf21 Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Tue, 11 Jun 2013 16:20:46 +0900 Subject: [PATCH] Revert "Replace download manager define" This reverts commit 286b71cd274ffa7b762c65a1d7e521a246ec0938. --- src/view/common/application_launcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/common/application_launcher.cpp b/src/view/common/application_launcher.cpp index a9d2018..8dbb473 100644 --- a/src/view/common/application_launcher.cpp +++ b/src/view/common/application_launcher.cpp @@ -95,7 +95,7 @@ void ApplicationLauncher::OnEventReceived( } // set service operation - ret = service_set_operation(serviceHandle, DOWNLOAD_SERVICE_OPERATION); + ret = service_set_operation(serviceHandle, SERVICE_OPERATION_DOWNLOAD); if (SERVICE_ERROR_NONE != ret) { LogError("Fail to set operation [" << ret << "]"); service_destroy(serviceHandle); @@ -134,7 +134,7 @@ void ApplicationLauncher::OnEventReceived( return; } - LogDebug("Success launch " << DOWNLOAD_SERVICE_OPERATION); + LogDebug("Success launch " << SERVICE_OPERATION_DOWNLOAD); service_destroy(serviceHandle); return; } else if (PKG_NAME_VIDEO_PLAYER == pkgName) { -- 2.7.4