commit | bb5105f218145fa8e618f418ce4abe82ac85b88f | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Mar 03 12:06:45 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 05 09:27:51 2014 +0000 |
tree | 5064751a5556973a97249539c95ccf80bf93b9c3 | |
parent | a4f2be8248898ae5333f315b3dbc2d4c5cb29c10 [diff] [blame] |
table: Strategy Choice table refs #1309 Change-Id: I6fd8efdfc98175a1cc39fdc3aa7175671596f470
diff --git a/daemon/table/name-tree-entry.cpp b/daemon/table/name-tree-entry.cpp index 40e19c8..673be47 100644 --- a/daemon/table/name-tree-entry.cpp +++ b/daemon/table/name-tree-entry.cpp
@@ -99,5 +99,11 @@ return true; } +void +Entry::setStrategyChoiceEntry(shared_ptr<strategy_choice::Entry> strategyChoiceEntry) +{ + m_strategyChoiceEntry = strategyChoiceEntry; +} + } // namespace name_tree } // namespace nfd