Ref T166, identifier can be set

(in case an identifier from a higher level should be set)
This commit is contained in:
Klaus Basan
2017-09-28 04:27:24 +02:00
parent a196015b73
commit 3ca352a2a1
2 changed files with 5 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ namespace BlackMisc
//! Get identifier
const CIdentifier &identifier() const { return m_identifier; }
//! Set identifier, allows to set an external identifier
void setIdentifier(const CIdentifier &identifier) { m_identifier = identifier; }
//! Identifier with current timestamp
CIdentifier getCurrentTimestampIdentifier() const;