commit | 1f480be990698cc31fb812680b4a85b8a61ed659 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Tue Nov 10 13:02:53 2020 -0800 |
committer | tylerliu <tylersiqi@163.com> | Tue Nov 10 13:02:53 2020 -0800 |
tree | 30c0645ef4f20fc0c04b069d73a07e6b77c96994 | |
parent | c4cf186ffc64144a919f5d81533aefe01f58e4ed [diff] [blame] |
CR fix 2 Change-Id: Ib5b7d7ff17f6ae31e9b6d905ef53d015a7389ccc
diff --git a/src/configuration.cpp b/src/configuration.cpp index f53ebda..a56f490 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp
@@ -251,6 +251,12 @@ m_caItems.push_back(profile); } +const std::list<CaProfile>& +ProfileStorage::getCaItems() const +{ + return m_caItems; +} + } // namespace requester } // namespace ndncert } // namespace ndn