publisher: simplified LSDB dataset interest handler.

refs: #4235

Change-Id: Ia3f606947884304e8b01211b5887ad62488f7167
diff --git a/src/lsdb.hpp b/src/lsdb.hpp
index 4574242..3a63e68 100644
--- a/src/lsdb.hpp
+++ b/src/lsdb.hpp
@@ -95,7 +95,7 @@
   writeNameLsdbLog();
 
   const std::list<NameLsa>&
-  getNameLsdb();
+  getNameLsdb() const;
 
   /*! \brief Builds a cor. LSA for this router and installs it into the LSDB. */
   bool
@@ -134,7 +134,7 @@
   writeCorLsdbLog();
 
   const std::list<CoordinateLsa>&
-  getCoordinateLsdb();
+  getCoordinateLsdb() const;
 
   //function related to Adj LSDB
 
@@ -175,7 +175,7 @@
   findAdjLsa(const ndn::Name& key);
 
   const std::list<AdjLsa>&
-  getAdjLsdb();
+  getAdjLsdb() const;
 
   void
   setAdjLsaBuildInterval(uint32_t interval)