/* | |
* 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 */ |