Jeff Thompson | 9c41dfe | 2013-06-27 12:10:25 -0700 | [diff] [blame] | 1 | /* |
2 | * Author: Jeff Thompson | ||||
3 | * | ||||
4 | * BSD license, See the LICENSE file for more information. | ||||
5 | */ | ||||
6 | |||||
Jeff Thompson | 9c41dfe | 2013-06-27 12:10:25 -0700 | [diff] [blame] | 7 | #include "Name.hpp" |
8 | |||||
9 | using namespace std; | ||||
10 | |||||
11 | namespace ndn { | ||||
12 | |||||
Jeff Thompson | 4881511 | 2013-06-28 18:22:48 -0700 | [diff] [blame] | 13 | Name::Name() |
14 | { | ||||
15 | } | ||||
16 | |||||
Jeff Thompson | 9c41dfe | 2013-06-27 12:10:25 -0700 | [diff] [blame] | 17 | } |