commit | 1c93cae6c5c026492f0d505fd8ab119901512d27 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Dec 09 22:52:17 2014 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Fri Dec 12 06:47:59 2014 -0800 |
tree | 7185674ef309a3cc2390b511192f37126990d14e | |
parent | 66df974ce86683e662c157e6770ca6960eae804c [diff] [blame] |
fw: add override specifier to Strategy triggers refs #2281 Change-Id: I5357ac6a93260492900d24c8955fdd7397ef2d27
diff --git a/daemon/fw/best-route-strategy.hpp b/daemon/fw/best-route-strategy.hpp index aa11567..7ec64ff 100644 --- a/daemon/fw/best-route-strategy.hpp +++ b/daemon/fw/best-route-strategy.hpp
@@ -54,7 +54,7 @@ afterReceiveInterest(const Face& inFace, const Interest& interest, shared_ptr<fib::Entry> fibEntry, - shared_ptr<pit::Entry> pitEntry); + shared_ptr<pit::Entry> pitEntry) DECL_OVERRIDE; public: static const Name STRATEGY_NAME;