X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2FC%2FArbitrationRound.cc;h=2e2105d4c91300832c611e68d5558cf8a24c75be;hp=f7886711cd4c819f11fd34c941535f6b0caabbe1;hb=41ff9c95ca5d4b707386c1b7e66df033169bf68d;hpb=b47765b628c0c160dd13622f8e241c377b8ce3cb diff --git a/version2/src/C/ArbitrationRound.cc b/version2/src/C/ArbitrationRound.cc index f788671..2e2105d 100644 --- a/version2/src/C/ArbitrationRound.cc +++ b/version2/src/C/ArbitrationRound.cc @@ -27,11 +27,11 @@ void ArbitrationRound::generateParts() { } } -List * ArbitrationRound::getParts() { +Vector * ArbitrationRound::getParts() { return parts; } -void ArbitrationRound::removeParts(List * removeParts) { +void ArbitrationRound::removeParts(Vector * removeParts) { parts->removeAll(removeParts); didSendPart = true; }