build: == Dependency change == ChronoChat now depends on ndn-cxx library
Change-Id: I25d1abe8035c34a7d34cba53960e3456d6677fdc
diff --git a/src/controller.h b/src/controller.h
index 40a481a..77828d0 100644
--- a/src/controller.h
+++ b/src/controller.h
@@ -28,8 +28,8 @@
#ifndef Q_MOC_RUN
#include "contact-manager.h"
#include "validator-invitation.h"
-#include <ndn-cpp-dev/face.hpp>
-#include <ndn-cpp-dev/security/key-chain.hpp>
+#include <ndn-cxx/face.hpp>
+#include <ndn-cxx/security/key-chain.hpp>
#endif
namespace chronos {
@@ -41,7 +41,7 @@
public: // public methods
Controller(ndn::shared_ptr<ndn::Face> face,
QWidget* parent = 0);
-
+
virtual
~Controller();
@@ -64,7 +64,7 @@
void
saveConf();
- void
+ void
createActions();
void
@@ -81,7 +81,7 @@
void
onInvitationInterestWrapper(const ndn::Name& prefix, const ndn::Interest& interest, size_t routingPrefixOffset);
-
+
void
onInvitationRegisterFailed(const ndn::Name& prefix, const std::string& failInfo);
@@ -167,7 +167,7 @@
void
onShowChatMessage(const QString& chatroomName, const QString& from, const QString& data);
-
+
void
onResetIcon();