refs #460 CDataCache for dynamic (downloaded/generated) data with file-based distribution among processes.

This commit is contained in:
Mathew Sutcliffe
2015-09-13 02:08:51 +01:00
parent 56d8bf4651
commit 6601393df8
7 changed files with 296 additions and 2 deletions

View File

@@ -49,6 +49,9 @@ namespace BlackMisc
//! Returns an anonymous identifier.
static CIdentifier anonymous();
//! Produces a UUID generated from the identifier.
QUuid toUuid() const;
//! Name
QString getName() const { return m_name; }