basic framework, waiting for Alex's comments
diff --git a/src/zone.cpp b/src/zone.cpp
new file mode 100644
index 0000000..9483941
--- /dev/null
+++ b/src/zone.cpp
@@ -0,0 +1,25 @@
+/*
+ * 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 */