Replace download manager define
authorJihoon Chung <jihoon.chung@samsung.com>
Mon, 22 Apr 2013 12:49:38 +0000 (21:49 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 05:33:57 +0000 (14:33 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Replace SERVICE_OPERATION_DOWNLOAD to DOWNLOAD_SERVICE_OPERATION
[SCMRequest] N/A

Change-Id: Ic4ed1e10f246d630a67da5ffab65554a56d5b5bf

src/view/common/application_launcher.cpp

index 8dbb473..a9d2018 100644 (file)
@@ -95,7 +95,7 @@ void ApplicationLauncher::OnEventReceived(
         }
 
         // set service operation
-        ret = service_set_operation(serviceHandle, SERVICE_OPERATION_DOWNLOAD);
+        ret = service_set_operation(serviceHandle, DOWNLOAD_SERVICE_OPERATION);
         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 " << SERVICE_OPERATION_DOWNLOAD);
+        LogDebug("Success launch " << DOWNLOAD_SERVICE_OPERATION);
         service_destroy(serviceHandle);
         return;
     } else if (PKG_NAME_VIDEO_PLAYER == pkgName) {