[Client] Use REPLY_TO_REQUEST container sub-action for partial requests

pull/444/head
David Cernat 7 years ago
parent 83014d6381
commit 0d0c4ac235

@ -40,6 +40,7 @@ namespace mwmp
objectList.reset();
objectList.cell = *ptrCellStore->getCell();
objectList.action = mwmp::BaseObjectList::SET;
objectList.containerSubAction = mwmp::BaseObjectList::REPLY_TO_REQUEST;
objectList.addRequestedContainers(ptrCellStore, requestObjects);
if (objectList.baseObjects.size() > 0)

Loading…
Cancel
Save