blob: 948394104bfb4332a4079f7c13d153ca5d168c2f [file] [log] [blame]
/*
* zone.cpp
*
* Created on: 18 Jul, 2014
* Author: shock
*/
#include "zone.h"
namespace ndn {
Zone::Zone() {
// TODO Auto-generated constructor stub
}
Zone::~Zone() {
// TODO Auto-generated destructor stub
}
const RR Zone::hasName(string key) {
return "example.key";
}
} /* namespace ndn */