commit | 9d19a49f2d4f9fca7bbfc85032d44cb29b2d26be | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Feb 11 19:44:29 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Tue Feb 11 19:44:29 2014 -0600 |
tree | dc1615d4ca62d6fa4a32d7d012f2cbf833cccb84 | |
parent | e77d814bb481a2ee428082e6592b18037244fc09 [diff] [blame] |
Modification to Accomodate API changes in NDN-CPP
diff --git a/nlsr.hpp b/nlsr.hpp index 460f2f1..5ff2ef7 100644 --- a/nlsr.hpp +++ b/nlsr.hpp
@@ -51,7 +51,7 @@ configFileName="nlsr.conf"; } - void nlsrRegistrationFailed(const ptr_lib::shared_ptr<const Name>&); + void nlsrRegistrationFailed(const ndn::Name& name); void setInterestFilterNlsr(const string& name); void startEventLoop();