Refactor AMQContentBody::data from std::string to customizable typedef
----------------------------------------------------------------------
Key: QPID-3238
URL: https://issues.apache.org/jira/browse/QPID-3238
Project: Qpid
Issue Type: Task
Reporter: Kim van der Riet
Re-factoring the type of AMQContentBody::data from std::string to a
customizable typedef allows the allocator of this string type to be changed
without affecting the rest of the broker's use of std::string. However, this
means that the trail of refs to this instance must be followed throughout the
broker code.
See Review Board for details and discussion: https://reviews.apache.org/r/682/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]