build: reanimate the dead
Fix build with ndn-cxx 0.7.1 and ChronoSync 0.5.3
* Adapt to new API
* Upgrade to Qt5
* Several other bugs
Refs: #4563, #4087
Change-Id: Ic55d687caade08f557f9b9ec3e9569bc96798710
diff --git a/src/contact-storage.hpp b/src/contact-storage.hpp
index aa137b4..10bb117 100644
--- a/src/contact-storage.hpp
+++ b/src/contact-storage.hpp
@@ -44,6 +44,9 @@
void
addSelfEndorseCertificate(const EndorseCertificate& endorseCertificate);
+ shared_ptr<EndorseCertificate>
+ getSelfEndorseCertificate();
+
void
addEndorseCertificate(const EndorseCertificate& endorseCertificate, const Name& identity);
@@ -53,6 +56,9 @@
void
getCollectEndorse(EndorseCollection& endorseCollection);
+ shared_ptr<EndorseCertificate>
+ getCollectEndorseByName(const Name& name);
+
void
getEndorseList(const Name& identity, std::vector<std::string>& endorseList);