commit | b3893c99500f516d55591964a81f6bbdc26bde2c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 15 01:49:54 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 15 21:52:26 2014 -0700 |
tree | a14c8ea7a6e26f892553dcc5e20dbe965a7d41b6 | |
parent | 8552a38c1da6b32c2c2607986eeb80e5b771fce2 [diff] [blame] |
src: Updating code to compile with the latest ndn-cxx library This commit includes updates against the latest Face API and replaces uses of deprecated methods. Change-Id: I33ad398d26f8faf9f9627ff329ce0936e0911ab2
diff --git a/core/face-monitor.hpp b/core/face-monitor.hpp index 28cfdbd..459b181 100644 --- a/core/face-monitor.hpp +++ b/core/face-monitor.hpp
@@ -32,7 +32,7 @@ namespace ndn { class Face; -struct PendingInterestId; +class PendingInterestId; } namespace nfd {