Change-Id: I6eb73448da1816ceba9942564ff7ef8d59cf4ba3
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
Name: sync-service
-Version: 0.1.14
+Version: 0.1.15
Release: 1
License: Apache-2.0
Summary: Sync manager daemon
int sync_manager_remove_sync_job(int sync_job_id)
{
+ SYNC_LOGE_RET_RES(g_sync_manager != NULL, SYNC_ERROR_SYSTEM, "there is no sync job to be removed");
SYNC_LOGE_RET_RES(g_sync_manager->ipcObj != NULL, SYNC_ERROR_SYSTEM, "sync manager is not connected");
SYNC_LOGE_RET_RES(sync_job_id >= 1 && sync_job_id <= 100, SYNC_ERROR_INVALID_PARAMETER, "sync_job_id is inappropriate value");