[
https://issues.apache.org/jira/browse/PROTON-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108670#comment-15108670
]
ASF subversion and git services commented on PROTON-1083:
---------------------------------------------------------
Commit d5c68c48eb6be1c8afd96e5443341c5887ce964a in qpid-proton's branch
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d5c68c4 ]
PROTON-1083: [C++ binding] Completely separate internal/API handlers and events
- There is now no inheritance relationship between proton_handler and
messaging_handler
- API handlers are messaging_handler/library internal is proton_handler
- API User has no access to lower level proton_handler
x Order of handler processing is subtly different now
-- flow controller gets called after user's event handler not before
- No inheritance relationship between proton_event and messaging_event/event
- Removed the old handler completely
- Removed a load of dynamic_casts that are now unnecessary
- A bunch of header include tidies up.
> [C++] Simplify the messaging events
> -----------------------------------
>
> Key: PROTON-1083
> URL: https://issues.apache.org/jira/browse/PROTON-1083
> Project: Qpid Proton
> Issue Type: Improvement
> Components: cpp-binding
> Reporter: Andrew Stitcher
> Assignee: Andrew Stitcher
> Fix For: 0.12.0
>
>
> This work simplifies the events generated in the C++ binding to a new set
> that is probably easier and simpler to work with (only time will tell whether
> this is true or not)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)