publisher: simplified LSDB dataset interest handler.

refs: #4235

Change-Id: Ia3f606947884304e8b01211b5887ad62488f7167
diff --git a/src/lsdb.cpp b/src/lsdb.cpp
index 789edf6..480248e 100644
--- a/src/lsdb.cpp
+++ b/src/lsdb.cpp
@@ -366,7 +366,7 @@
 }
 
 const std::list<NameLsa>&
-Lsdb::getNameLsdb()
+Lsdb::getNameLsdb() const
 {
   return m_nameLsdb;
 }
@@ -567,7 +567,7 @@
 }
 
 const std::list<CoordinateLsa>&
-Lsdb::getCoordinateLsdb()
+Lsdb::getCoordinateLsdb() const
 {
   return m_corLsdb;
 }
@@ -805,7 +805,7 @@
 }
 
 const std::list<AdjLsa>&
-Lsdb::getAdjLsdb()
+Lsdb::getAdjLsdb() const
 {
   return m_adjLsdb;
 }