Revert "Replace download manager define"
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 11 Jun 2013 07:20:46 +0000 (16:20 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 05:34:03 +0000 (14:34 +0900)
This reverts commit 286b71cd274ffa7b762c65a1d7e521a246ec0938.

src/view/common/application_launcher.cpp

index a9d2018..8dbb473 100644 (file)
@@ -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) {