Junxiao Shi | e5e2fce | 2014-02-10 20:01:53 -0700 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
2 | /** | ||||
3 | * Copyright (C) 2014 Named Data Networking Project | ||||
4 | * See COPYING for copyright and distribution information. | ||||
5 | */ | ||||
6 | |||||
7 | #include "strategy-info-host.hpp" | ||||
8 | |||||
9 | namespace nfd { | ||||
10 | |||||
11 | void | ||||
12 | StrategyInfoHost::clearStrategyInfo() | ||||
13 | { | ||||
14 | m_strategyInfo.reset(); | ||||
15 | } | ||||
16 | |||||
17 | } // namespace nfd |