summaryrefslogtreecommitdiffstats
path: root/notification_persistent_service/server/src/ns_npp_persistence.cpp
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
commita0f6f236e4eb56a7ac3002b1ba7741ca7ddd8765 (patch)
treeb128de6bcf0d904812941779ea9ce52c5762ba04 /notification_persistent_service/server/src/ns_npp_persistence.cpp
parent8330c750a0cb384a66696af6a2b8f18efd4a519a (diff)
ns-notificationpersistent branch 0.1sandbox/ToshikazuOhiwa/ns-notificationpersistent
Diffstat (limited to 'notification_persistent_service/server/src/ns_npp_persistence.cpp')
-rw-r--r--notification_persistent_service/server/src/ns_npp_persistence.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/notification_persistent_service/server/src/ns_npp_persistence.cpp b/notification_persistent_service/server/src/ns_npp_persistence.cpp
index 68add4e4..a39b8360 100644
--- a/notification_persistent_service/server/src/ns_npp_persistence.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persistence.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -91,7 +91,7 @@ VOID CPersistence::SetWriteThreadHandle(HANDLE f_hwritethread) {
///
////////////////////////////////////////////////////////////////////////////////////////////////////
std::string CPersistence::GetStoragePath() {
- std::string l_cStoragePath(PF_SYS_NPP);
+ std::string l_cStoragePath(STORAGE_PATH);
return l_cStoragePath;
}