blob: 8caa59d1fbb28224dd6ac8c13d3802df45e1c4bf [file] [log] [blame]
/*
* Author: Jeff Thompson
*
* BSD license, See the LICENSE file for more information.
*/
#include "Name.hpp"
using namespace std;
namespace ndn {
Name::Name()
{
}
}