From a0f6f236e4eb56a7ac3002b1ba7741ca7ddd8765 Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Thu, 22 Oct 2020 13:48:32 +0900 Subject: ns-notificationpersistent branch 0.1 --- notification_persistent_service/server/src/ns_npp_persistence.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notification_persistent_service/server/src/ns_npp_persistence.cpp') 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; } -- cgit 1.2.3-korg