Changed the database creation path from shared/data to shared/trusted
authorAmith Kumar Mahale <amith.m@samsung.com>
Wed, 10 Jul 2013 06:51:27 +0000 (12:21 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Wed, 10 Jul 2013 06:51:27 +0000 (12:21 +0530)
Change-Id: Iab025f1f42c92a359a710db59fe5e365c5831c77
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/CallSettingDataService.cpp

index e9fa956..a80abb7 100644 (file)
@@ -36,7 +36,7 @@ CallSettingDataService* CallSettingDataService::__pCallSettingDataService = null
 Database* CallSettingDataService::__pDatabase = null;
 
 CallSettingDataService::CallSettingDataService(void)
-: __strDbName(String(REJECT_DATABASE_PATH) + L"data/CallRejectInfoListDataBase")
+: __strDbName(String(REJECT_DATABASE_PATH) + L"trusted/CallRejectInfoListDataBase")
 {
        __pStmt = null;
        __pEnum = null;