Changeset 10573 for source/ariba
- Timestamp:
- Jun 18, 2012, 4:25:41 PM (12 years ago)
- Location:
- source/ariba/overlay
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/messages/DHTMessage.h
r10572 r10573 19 19 virtual ~DHTMessage(); 20 20 21 const NodeID&getHashedKey() const {21 NodeID getHashedKey() const { 22 22 return NodeID::sha1( key.getBuffer(), key.getLength() / 8 ); 23 23 } -
source/ariba/overlay/modules/OverlayInterface.h
r10572 r10573 152 152 * @return The node id of the next hop 153 153 */ 154 virtual const NodeID& getNextNodeId( const NodeID& id ) const ;154 virtual const NodeID& getNextNodeId( const NodeID& id ) const = 0; 155 155 156 156 //--- functions from CommunicationListener that we _can_ use as overlay ---
Note:
See TracChangeset
for help on using the changeset viewer.