DreamPearl commented on code in PR #437: URL: https://github.com/apache/qpid-proton/pull/437#discussion_r1886771056
########## cpp/include/proton/container.hpp: ########## @@ -312,6 +312,7 @@ class PN_CPP_CLASS_EXTERN container { /// Cancel task for the given work_handle. PN_CPP_EXTERN void cancel(work_handle); + PN_CPP_EXTERN transaction declare_transaction(proton::connection conn, proton::transaction_handler &handler, bool settle_before_discharge = false); Review Comment: Moved the entire declare_transaction method to proton::session class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org