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 | dc4ef6282e60541161216d92c9693a87c64ae671 (patch) | |
| tree | ba7206616a197874cdce7fc134e62162c4766078 /qpid/java/test-profiles | |
| parent | b5a8f3813ed365e63b354581f9b4a624f0174a96 (diff) | |
| download | qpid-python-dc4ef6282e60541161216d92c9693a87c64ae671.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@1559017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
0 files changed, 0 insertions, 0 deletions
