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