From: Amith Kumar Mahale Date: Wed, 10 Jul 2013 06:51:27 +0000 (+0530) Subject: Changed the database creation path from shared/data to shared/trusted X-Git-Tag: submit/tizen_2.2/20130714.134318~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0761027d21421acdc0400823196d89fe0a16ae9;p=apps%2Fosp%2FCall.git Changed the database creation path from shared/data to shared/trusted Change-Id: Iab025f1f42c92a359a710db59fe5e365c5831c77 Signed-off-by: Amith Kumar Mahale --- diff --git a/src/CallSettingDataService.cpp b/src/CallSettingDataService.cpp index e9fa956..a80abb7 100644 --- a/src/CallSettingDataService.cpp +++ b/src/CallSettingDataService.cpp @@ -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;