mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Issue #77 Break dependency of worker on identifiable
This commit is contained in:
@@ -34,9 +34,6 @@ namespace BlackMisc
|
||||
//! Set identifier, allows to set an external identifier
|
||||
void setIdentifier(const CIdentifier &identifier) { m_identifier = identifier; }
|
||||
|
||||
//! Identifier with current timestamp
|
||||
CIdentifier getCurrentTimestampIdentifier() const;
|
||||
|
||||
//! My identifier?
|
||||
bool isMyIdentifier(const CIdentifier &otherIdentifier) const { return m_identifier == otherIdentifier; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user