MCPcopy Create free account
hub / github.com/apache/qpid-proton / modify

Method modify

cpp/src/delivery.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50void delivery::reject() { settle_delivery(pn_object(), REJECTED); }
51void delivery::release() { settle_delivery(pn_object(), RELEASED); }
52void delivery::modify() { settle_delivery(pn_object(), MODIFIED); }
53
54}

Callers

nothing calls this directly

Calls 1

settle_deliveryFunction · 0.85

Tested by

no test coverage detected