Change-Id: I6ca40b18d388a8a7c3d0f36d08f2bc7cfae72b65
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
%global __provides_exclude_from ^.*\\.extension-calendar
Name: sync-service
-Version: 0.3.44
+Version: 0.3.45
Release: 1
License: Apache-2.0
Summary: Sync manager daemon
SyncAdapterAggregator::GetSyncAdapter(const char* pAppId) {
string PkgId(pAppId);
if (PkgId.empty()) {
- //PkgId = SyncManager::GetInstance()->GetPkgIdByCommandline(pAppId);
- if (PkgId.empty()) /* LCOV_EXCL_LINE */
- return NULL;
+ return NULL;
}
map<string, string>::iterator it = __syncAdapterList.find(PkgId.c_str());