- Timestamp:
- Aug 13, 2009, 1:53:28 PM (15 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r5872 r5920 73 73 if( overlay == NULL ) return vector<LinkID>(); 74 74 return overlay->getLinkIDs( node ); 75 } 76 77 string SideportListener::getHtmlLinks(){ 78 return overlay->getLinkHTMLInfo(); 75 79 } 76 80 -
source/ariba/SideportListener.h
r5786 r5920 137 137 138 138 /** 139 * Get html presentation of the links. 140 * @return html of links 141 */ 142 string getHtmlLinks(); 143 144 /** 139 145 * Get the neighbots in the overlay structure 140 146 * @return A vector of NodeIDs of the neighbors
Note:
See TracChangeset
for help on using the changeset viewer.