blob: 948394104bfb4332a4079f7c13d153ca5d168c2f [file] [log] [blame]
shockjiange9c1ab92014-07-21 12:02:52 -07001/*
2 * zone.cpp
3 *
4 * Created on: 18 Jul, 2014
5 * Author: shock
6 */
7
8#include "zone.h"
9
10namespace ndn {
11
12Zone::Zone() {
13 // TODO Auto-generated constructor stub
14
15}
16
17Zone::~Zone() {
18 // TODO Auto-generated destructor stub
19}
20
21const RR Zone::hasName(string key) {
22 return "example.key";
23}
24
25} /* namespace ndn */