blob: 7b0d3eadfcfb47dc69d7a5f9975b4b48c2e2f137 [file] [log] [blame]
/**
* @author: Jeff Thompson
* See COPYING for copyright and distribution information.
*/
#include "face.hpp"
using namespace std;
namespace ndn {
void Face::shutdown()
{
node_.shutdown();
}
}