ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
face.cpp
1#include "ndn/face.hpp"
2
3// For Face base class vtable (empty, pure virtual functions only)
4
5namespace ndn {
6
7// Face is an interface class, no implementation needed
8
9} // namespace ndn
NDN Face interface.