From 166473a0071a5b328df4bba9486bb4859788e529 Mon Sep 17 00:00:00 2001 From: "eh1112.kim" Date: Thu, 2 May 2013 11:48:39 +0900 Subject: [PATCH] Changed registry file name for push. Change-Id: I0cfc351e39bdbc8518b3f7074976f2de13ad2027 Signed-off-by: eh1112.kim --- src/FMsg_PushManagerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FMsg_PushManagerImpl.cpp b/src/FMsg_PushManagerImpl.cpp index 6db5ea3..85b5fdc 100755 --- a/src/FMsg_PushManagerImpl.cpp +++ b/src/FMsg_PushManagerImpl.cpp @@ -66,7 +66,7 @@ static const wchar_t _INVALID_PUSH_REGISTRATION_ID[] = L""; static const wchar_t _DEFAULT_NOTIFICATION_MESSAGE[] = L""; static const wchar_t _DEFAULT_SERVER_ERROR_CODE[] = L""; static const wchar_t _DEFAULT_SERVER_ERROR_MESSAGE[] = L""; -static const wchar_t _PUSH_STATUS_REGISTRY_FILE[] = L"data/push.ini"; +static const wchar_t _PUSH_STATUS_REGISTRY_FILE[] = L"data/.tizen_push.ini"; static const wchar_t _PUSH_STATUS_REGISTRY_STATUS_SECTION[] = L"Status"; static const wchar_t _PUSH_STATUS_REGISTRY_IS_REGISTERED_ENTRY[] = L"IsRegistered"; static const wchar_t _PUSH_SERVER_REGISTRY_SERVER_SECTION[] = L"Server"; -- 2.7.4