[
https://issues.apache.org/jira/browse/QPID-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978731#comment-13978731
]
ASF subversion and git services commented on QPID-5716:
-------------------------------------------------------
Commit 1589496 from [email protected] in branch 'qpid/trunk'
[ https://svn.apache.org/r1589496 ]
QPID-5716: Messaging C++ .NET binding fails to return GetContentObject data
Changes function signature to: object = message.GetContentObject()
Adds self tests using SetContentObject and GetContentObject.
> Messaging C++ .NET binding fails to return GetContentObject
> -----------------------------------------------------------
>
> Key: QPID-5716
> URL: https://issues.apache.org/jira/browse/QPID-5716
> Project: Qpid
> Issue Type: Bug
> Components: Dot Net Client
> Affects Versions: 0.27
> Environment: .NET binding
> Reporter: Chuck Rolke
> Assignee: Chuck Rolke
>
> Binding function
> {noformat}
> void Message::GetContentObject(System::Object ^ managedObject)
> {noformat}
> should be
> {noformat}
> System::Object ^ Message::GetContentObject()
> {noformat}
> in order to work with all object types
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]