Changeset 5803 for source/ariba/overlay/modules/chord/messages
- Timestamp:
- Aug 10, 2009, 5:55:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/messages/ChordMessage.h
r5776 r5803 88 88 } 89 89 90 void setSource(const NodeID& source ) {91 this->source = source;92 }93 94 90 const NodeID& getSource() const { 95 91 return source; 96 }97 98 void setDestination(const NodeID& destination ) {99 this->destination = destination;100 92 } 101 93
Note:
See TracChangeset
for help on using the changeset viewer.