Change file Naming
diff --git a/nlsr.cpp b/nlsr.cpp
index cff9c3c..61f9424 100644
--- a/nlsr.cpp
+++ b/nlsr.cpp
@@ -5,8 +5,8 @@
#include <cstdlib>
#include "nlsr.hpp"
-#include "conf_param.hpp"
-#include "conf_processor.hpp"
+#include "nlsr_conf_param.hpp"
+#include "nlsr_conf_processor.hpp"
using namespace ndn;
diff --git a/nlsr.hpp b/nlsr.hpp
index 495bf84..ed2e4d2 100644
--- a/nlsr.hpp
+++ b/nlsr.hpp
@@ -5,9 +5,9 @@
#include <ndn-cpp-dev/security/key-chain.hpp>
#include <ndn-cpp-dev/util/scheduler.hpp>
-#include "conf_param.hpp"
-#include "adl.hpp"
-#include "npl.hpp"
+#include "nlsr_conf_param.hpp"
+#include "nlsr_adl.hpp"
+#include "nlsr_npl.hpp"
#include "nlsr_im.hpp"
#include "nlsr_dm.hpp"
diff --git a/adjacent.cpp b/nlsr_adjacent.cpp
similarity index 95%
rename from adjacent.cpp
rename to nlsr_adjacent.cpp
index 8f7fa6d..c8821c1 100644
--- a/adjacent.cpp
+++ b/nlsr_adjacent.cpp
@@ -1,7 +1,7 @@
#include<iostream>
#include<string>
-#include "adjacent.hpp"
+#include "nlsr_adjacent.hpp"
using namespace std;
diff --git a/adjacent.hpp b/nlsr_adjacent.hpp
similarity index 100%
rename from adjacent.hpp
rename to nlsr_adjacent.hpp
diff --git a/adl.cpp b/nlsr_adl.cpp
similarity index 95%
rename from adl.cpp
rename to nlsr_adl.cpp
index f8969e1..0b22d80 100644
--- a/adl.cpp
+++ b/nlsr_adl.cpp
@@ -1,8 +1,8 @@
#include<iostream>
#include<algorithm>
-#include "adl.hpp"
-#include "adjacent.hpp"
+#include "nlsr_adl.hpp"
+#include "nlsr_adjacent.hpp"
Adl::Adl(){
}
diff --git a/adl.hpp b/nlsr_adl.hpp
similarity index 92%
rename from adl.hpp
rename to nlsr_adl.hpp
index 1547407..2f388c8 100644
--- a/adl.hpp
+++ b/nlsr_adl.hpp
@@ -2,7 +2,7 @@
#define ADL_HPP
#include <ndn-cpp-dev/face.hpp>
-#include "adjacent.hpp"
+#include "nlsr_adjacent.hpp"
#include<list>
using namespace std;
diff --git a/conf_param.cpp b/nlsr_conf_param.cpp
similarity index 97%
rename from conf_param.cpp
rename to nlsr_conf_param.cpp
index 14696e3..fad9f10 100644
--- a/conf_param.cpp
+++ b/nlsr_conf_param.cpp
@@ -1,5 +1,5 @@
#include<iostream>
-#include "conf_param.hpp"
+#include "nlsr_conf_param.hpp"
using namespace std;
diff --git a/conf_param.hpp b/nlsr_conf_param.hpp
similarity index 100%
rename from conf_param.hpp
rename to nlsr_conf_param.hpp
diff --git a/conf_processor.cpp b/nlsr_conf_processor.cpp
similarity index 98%
rename from conf_processor.cpp
rename to nlsr_conf_processor.cpp
index e3be824..5f80b29 100644
--- a/conf_processor.cpp
+++ b/nlsr_conf_processor.cpp
@@ -4,10 +4,10 @@
#include<cstdlib>
#include <sstream>
-#include "conf_processor.hpp"
-#include "conf_param.hpp"
+#include "nlsr_conf_processor.hpp"
+#include "nlsr_conf_param.hpp"
#include "nlsr_tokenizer.hpp"
-#include "adjacent.hpp"
+#include "nlsr_adjacent.hpp"
using namespace std;
diff --git a/conf_processor.hpp b/nlsr_conf_processor.hpp
similarity index 100%
rename from conf_processor.hpp
rename to nlsr_conf_processor.hpp
diff --git a/npl.cpp b/nlsr_npl.cpp
similarity index 95%
rename from npl.cpp
rename to nlsr_npl.cpp
index df898d4..1f9ae3d 100644
--- a/npl.cpp
+++ b/nlsr_npl.cpp
@@ -1,7 +1,7 @@
#include<iostream>
#include<algorithm>
-#include "npl.hpp"
+#include "nlsr_npl.hpp"
using namespace std;
diff --git a/npl.hpp b/nlsr_npl.hpp
similarity index 100%
rename from npl.hpp
rename to nlsr_npl.hpp