Index: /source/ariba/SideportListener.cpp
===================================================================
--- /source/ariba/SideportListener.cpp	(revision 5916)
+++ /source/ariba/SideportListener.cpp	(revision 5920)
@@ -73,4 +73,8 @@
 	if( overlay == NULL ) return vector<LinkID>();
 	return overlay->getLinkIDs( node );
+}
+
+string SideportListener::getHtmlLinks(){
+	return overlay->getLinkHTMLInfo();
 }
 
Index: /source/ariba/SideportListener.h
===================================================================
--- /source/ariba/SideportListener.h	(revision 5916)
+++ /source/ariba/SideportListener.h	(revision 5920)
@@ -137,4 +137,10 @@
 
 	/**
+	 * Get html presentation of the links.
+	 * @return html of links
+	 */
+	string getHtmlLinks();
+
+	/**
 	 * Get the neighbots in the overlay structure
 	 * @return A vector of NodeIDs of the neighbors
