Index: source/ariba/overlay/modules/chord/messages/ChordMessage.h
===================================================================
--- source/ariba/overlay/modules/chord/messages/ChordMessage.h	(revision 5744)
+++ source/ariba/overlay/modules/chord/messages/ChordMessage.h	(revision 5776)
@@ -88,6 +88,14 @@
 	}
 
+	void setSource(const NodeID& source ) {
+		this->source = source;
+	}
+
 	const NodeID& getSource() const {
 		return source;
+	}
+
+	void setDestination(const NodeID& destination ) {
+		this->destination = destination;
 	}
 
