Changeset 6266 for source/ariba/overlay/modules/OverlayInterface.h
- Timestamp:
- Sep 25, 2009, 2:30:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/OverlayInterface.h
r5870 r6266 116 116 virtual const EndpointDescriptor& resolveNode(const NodeID& node) = 0; 117 117 118 119 /** 120 * Returns true if this is the closest node to the given node 121 * identifier. 122 * 123 * @param node The node identifier to compare with 124 * @return True if this is the closest node to the given node identifier 125 */ 126 virtual bool isClosestNodeTo( const NodeID& node ) = 0; 127 118 128 /** 119 129 * Returns the nodes known to this overlay.
Note:
See TracChangeset
for help on using the changeset viewer.