[
https://issues.apache.org/jira/browse/PROTON-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231104#comment-15231104
]
ASF subversion and git services commented on PROTON-1164:
---------------------------------------------------------
Commit edd8bc57b41f77752779110790a4399cc91eebd5 in qpid-proton's branch
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=edd8bc5 ]
PROTON-1164: [C++ binding] Remove the proton::event parameter from handler
invocations
- It was no longer needed as there is now always a parameter that gives you
access to the object tree.
- Consequently removed the proton::event interface
and its implementation class proton::messaging_event
- Fixed all the examples
> Update handlers to align with current proposal
> ----------------------------------------------
>
> Key: PROTON-1164
> URL: https://issues.apache.org/jira/browse/PROTON-1164
> Project: Qpid Proton
> Issue Type: Improvement
> Components: cpp-binding
> Reporter: Andrew Stitcher
> Assignee: Andrew Stitcher
>
> The current event handler proposal includes the primary object that the event
> is concerned with in the handler signature. This makes it more convenient to
> process the event by giving the most likely object to be needed directly to
> the handler without any other lookups.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)