commit | 89046c1e1980c27a87696af972dc027f3121dafc | [log] [tgz] |
---|---|---|
author | Mickey Sweatt <mickeysweatt@engineering.ucla,edu> | Sun Nov 16 20:32:27 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 18:39:06 2015 -0800 |
tree | 2aedf9724b4b2b492430886b86cdcccf859f00a4 | |
parent | de1f77330fee22e3e88a8d4fb9994fe808857b8a [diff] [blame] |
apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase This commit also replaces boost::tuple with std::tuple in Batches class Credits for the commit also to Spyros Mastorakis and Alex Afanasyev
diff --git a/model/ndn-app-face.cpp b/model/ndn-app-face.cpp index 9759771..fc301cb 100644 --- a/model/ndn-app-face.cpp +++ b/model/ndn-app-face.cpp
@@ -53,6 +53,7 @@ void AppFace::close() { + this->fail("Close connection"); } void