summaryrefslogtreecommitdiff
path: root/src/KM_util.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-08-04 18:43:10 +0000
committerjhurst <>2009-08-04 18:43:10 +0000
commit61a1033e5c75e8318340a3789c35ec6d008432cd (patch)
tree130747f1c540402382cb9c09240f0c6b95d2dcae /src/KM_util.h
parenta102d4a41e97e39d36220cbaaaca30079b36d7f0 (diff)
build JP2K parsers with file lists
Diffstat (limited to 'src/KM_util.h')
-rwxr-xr-xsrc/KM_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KM_util.h b/src/KM_util.h
index 6bf2366..a9c96c6 100755
--- a/src/KM_util.h
+++ b/src/KM_util.h
@@ -342,6 +342,8 @@ namespace Kumu
void GenRandomUUID(byte_t* buf); // buf must be UUID_Length or longer
void GenRandomValue(UUID&);
+ typedef ArchivableList<UUID> UUIDList;
+
// a self-wiping key container
//
const ui32_t SymmetricKey_Length = 16;