mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T166, identifier can be set
(in case an identifier from a higher level should be set)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user