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