diff options
author | Andrew Stitcher <astitcher@apache.org> | 2014-01-17 05:55:31 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2014-01-17 05:55:31 +0000 |
commit | 0e3d465bfd951e2d5627ae996b104b1e0f7387a6 (patch) | |
tree | db41f44c672d2d4a1af9566308caeb24269ac6f1 /java/common/src | |
parent | d8cefa06a43b0a29062d9c52733b436b852ea10d (diff) | |
download | qpid-python-0e3d465bfd951e2d5627ae996b104b1e0f7387a6.tar.gz |
QPID-5489: Uuid code improvements
- Don't use uuid_compare() as it will get the wrong version of the
function under FreeBSD which has a uuid library build into libc with
different function signatures from libuuid but some overlapping names.
- Reorganise the uuid code to limit the used external symbols to uuid_generate(),
uuid_parse(), uuid_unparse()
- Minimise the framing::Uuid code so that it is a simple wrapper around types::Uuid
- Use uuid_generate() as the symbol to search in CMake (uuid_compare() isn't used
in qpid anymore).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1559017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src')
0 files changed, 0 insertions, 0 deletions