blob: 8caa59d1fbb28224dd6ac8c13d3802df45e1c4bf [file] [log] [blame]
Jeff Thompson9c41dfe2013-06-27 12:10:25 -07001/*
2 * Author: Jeff Thompson
3 *
4 * BSD license, See the LICENSE file for more information.
5 */
6
Jeff Thompson9c41dfe2013-06-27 12:10:25 -07007#include "Name.hpp"
8
9using namespace std;
10
11namespace ndn {
12
Jeff Thompson48815112013-06-28 18:22:48 -070013Name::Name()
14{
15}
16
Jeff Thompson9c41dfe2013-06-27 12:10:25 -070017}