yeah, that's why i hate c++
This commit is contained in:
parent
0bd88a2689
commit
a8f8c1496c
@ -60,5 +60,6 @@ DynamicFIFO<size_t>* SharedRingBuffer::getReceiveSizesFifo() {
|
|||||||
if(mg.getLockResult() != returnvalue::OK) {
|
if(mg.getLockResult() != returnvalue::OK) {
|
||||||
return mg.getLockResult();
|
return mg.getLockResult();
|
||||||
}
|
}
|
||||||
return receiveSizesFifo->empty();
|
empty = receiveSizesFifo->empty();
|
||||||
|
return returnvalue::OK;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user