mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #336 Removed the old getMessageCategory methods.
This commit is contained in:
@@ -41,9 +41,6 @@ namespace BlackCore
|
||||
//! Constructor
|
||||
CAirspaceWatchdog(const BlackMisc::PhysicalQuantities::CTime & initialTimeOut, QObject *parent);
|
||||
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.airspacewatchdog"; }
|
||||
|
||||
//! Sets the maximum time, after a client is considered timed out
|
||||
void setTimeout(const BlackMisc::PhysicalQuantities::CTime &value) { m_timeout = value; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user