Bug #1119
open
Implement remaining corrections for OFUUID class (remove "FIXME" comments)
Added by Jörg Riesmeier over 1 year ago.
Updated 12 months ago.
Description
The implementation of the OFUUID class still contains a few "FIXME" comments. The remaining corrections should be implemented in order to allow the use in productive environments, e.g. for generating SOP Instance UID values.
Related issues
1 (1 open — 0 closed)
- Related to Feature #362: Unterstützung von "UUID as UID" added
On most operating systems, we could significantly simplify the code because a built-in UUID generation function is available:
- Linux, MacOS, Solaris:
void uuid_generate(uuid_t out);
- Windows:
RPC_STATUS UuidCreate(UUID *Uuid);
- FreeBSD, NetBSD, OpenBSD:
void uuid_create(uuid_t *uuid, uint32_t *status);
Unfortunately, Android seems to have no UUID generation function accessible from C/C++.
- Target version changed from 3.6.9 to 3.7.1+
Also available in: Atom
PDF