Skip to content
Snippets Groups Projects
Commit 8b9e321b authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Make ByteStream_StorageType available via ByteStreamAddress::storageType()

ByteStream_StorageType is an external variable referenced by all
bytestream converters. Make this available via a static constant method in
ByteStreamAddress to be used by all clients. This is more explicit and
will also allow tools like the thread checker to correctly deduce that
this is a constant value.

Once all clients are migrated remove the external variable.
parent 2c2440e6
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment