Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
bf50a1a18df8816a8fde9765e8c646f80c133d28
/
.
/
ndn-cpp
/
face.cpp
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
();
}
}