Changeset 3056 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Apr 23, 2009, 6:58:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r3055 r3056 70 70 class NodeListener; 71 71 class CommunicationListener; 72 73 72 namespace utility { 74 73 class OvlVis; … … 204 203 */ 205 204 void bind(CommunicationListener* listener, const ServiceID& sid); 206 205 207 206 /** 208 207 * TODO 209 208 */ 210 209 void unbind(CommunicationListener* listener, const ServiceID& sid); 211 210 212 211 /** 213 212 * TODO 214 213 */ 215 214 void bind(NodeListener* listener); 216 215 217 216 /** 218 217 * TODO … … 289 288 */ 290 289 virtual void incomingRouteMessage( Message* msg ); 291 290 292 291 /** 293 292 * see OverlayStructureEvents.h, called from specific OverlayInterface class … … 295 294 virtual void onNodeJoin( const NodeID& node ); 296 295 297 296 298 297 /** 299 298 * TODO, for timer events … … 407 406 LinkMapping linkMapping; 408 407 409 410 /** 411 * nodes with pending joines. TODO: should be cleaned every 408 409 /** 410 * nodes with pending joines. TODO: should be cleaned every 412 411 * some seconds, add timestamps to each, and check on occasion 413 412 */
Note:
See TracChangeset
for help on using the changeset viewer.