edits
[iotcloud.git] / version2 / src / C / ArbitrationRound.cc
index f7886711cd4c819f11fd34c941535f6b0caabbe1..2e2105d4c91300832c611e68d5558cf8a24c75be 100644 (file)
@@ -27,11 +27,11 @@ void ArbitrationRound::generateParts() {
   }
 }
 
-List<Entry *> * ArbitrationRound::getParts() {
+Vector<Entry *> * ArbitrationRound::getParts() {
   return parts;
 }
 
-void ArbitrationRound::removeParts(List<Entry *> * removeParts) {
+void ArbitrationRound::removeParts(Vector<Entry *> * removeParts) {
   parts->removeAll(removeParts);
   didSendPart = true;
 }