Jeff Thompson | fa30664 | 2013-06-17 15:06:57 -0700 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
2 | /* | ||||
3 | * Copyright (c) 2013, Regents of the University of California | ||||
4 | * Alexander Afanasyev | ||||
5 | * | ||||
6 | * BSD license, See the LICENSE file for more information | ||||
7 | * | ||||
8 | * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu> | ||||
9 | */ | ||||
10 | |||||
11 | #include "data.h" | ||||
12 | |||||
13 | namespace ndn { | ||||
14 | |||||
15 | Data::Data () | ||||
16 | { | ||||
17 | } | ||||
18 | |||||
19 | Data::~Data () | ||||
20 | { | ||||
21 | } | ||||
22 | |||||
23 | } // namespace ndn |