commit | 1de901f161d0caf173bb70a1766a85680b120f64 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 09 12:43:57 2017 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Mar 11 13:50:28 2017 -0800 |
tree | 25561f3446b0e1ec7b151deca0876fce5c496725 | |
parent | 9f936665197bff76a0de76fc427cbdb73fd1d4a5 [diff] [blame] |
Remove use of deprecated code Change-Id: I197471c48c54c5671bb8f641c4332b3ac7893824 Refs: #3988
diff --git a/src/hello-protocol.cpp b/src/hello-protocol.cpp index 5e29223..b10afb0 100644 --- a/src/hello-protocol.cpp +++ b/src/hello-protocol.cpp
@@ -45,6 +45,8 @@ std::bind(&HelloProtocol::onContent, this, _1, _2), + std::bind(&HelloProtocol::processInterestTimedOut, // Nack + this, _1), std::bind(&HelloProtocol::processInterestTimedOut, this, _1)); }