Ignore:
Timestamp:
Aug 7, 2009, 12:55:13 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/messages/ChordMessage.h

    r4625 r5776  
    8888        }
    8989
     90        void setSource(const NodeID& source ) {
     91                this->source = source;
     92        }
     93
    9094        const NodeID& getSource() const {
    9195                return source;
     96        }
     97
     98        void setDestination(const NodeID& destination ) {
     99                this->destination = destination;
    92100        }
    93101
Note: See TracChangeset for help on using the changeset viewer.