[ 
https://issues.apache.org/jira/browse/PROTON-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15041785#comment-15041785
 ] 

ASF subversion and git services commented on PROTON-1068:
---------------------------------------------------------

Commit 5045ec0320441089fe61d4b338d3b89da77da45a in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5045ec0 ]

PROTON-1068: c++ remove counted_ptr and context types from public API

- got rid of proton::counted base class
- remove mention of internal context types and functions from public headers.
- c++ rename data::op==, = and < to avoid clashes with object<> ops.
- replace complex exteranl counted_ptr with simple, internal-only pn_ptr
- simpler pn_class for C++ contexts, holds C++ value without an extra 
allocation.
- removed operator bool, made op == and < operators friends
- removed owned_object<>: equivalent to "take_ownership" constructor and move 
operator.


> c++ remove counted_ptr and context types from public API
> --------------------------------------------------------
>
>                 Key: PROTON-1068
>                 URL: https://issues.apache.org/jira/browse/PROTON-1068
>             Project: Qpid Proton
>          Issue Type: Improvement
>    Affects Versions: 0.11
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.12.0
>
>
> Remove counted_ptr and context types from public API.
> Remove counted_ptr entirely, use object<> ref-counted pointer internally for  
> uniform, automated memory management.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to