mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #849, use timestamp with server to indicate when login started
* CServer -> ITimestampBased * added compare functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5f18707c9c
commit
dcfaca431c
@@ -44,6 +44,9 @@ namespace BlackMisc
|
||||
//! Timestamp as ms value
|
||||
qint64 getMSecsSinceEpoch() const { return m_timestampMSecsSinceEpoch; }
|
||||
|
||||
//! Set to null
|
||||
void setTimestampToNull();
|
||||
|
||||
//! Timestamp as ms value
|
||||
void setMSecsSinceEpoch(qint64 mSecsSinceEpoch) { m_timestampMSecsSinceEpoch = mSecsSinceEpoch; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user