blob: 7c70b9fd3f541c67f1001f93dd36254e6bb178d8 [file] [log] [blame]
Junxiao Shie5e2fce2014-02-10 20:01:53 -07001/* -*- 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
9namespace nfd {
10
11void
12StrategyInfoHost::clearStrategyInfo()
13{
14 m_strategyInfo.reset();
15}
16
17} // namespace nfd