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