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