mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +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; }
|
||||
|
||||
|
||||
@@ -57,9 +57,6 @@ namespace BlackCore
|
||||
ActionStops
|
||||
};
|
||||
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.application"; }
|
||||
|
||||
//! Service name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -43,9 +43,6 @@ namespace BlackCore
|
||||
IContextAudio(CRuntimeConfig::ContextMode mode, CRuntime *runtime) : CContext(mode, runtime) {}
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.audio"; }
|
||||
|
||||
//! \brief Interface name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -43,9 +43,6 @@ namespace BlackCore
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTNETWORK_INTERFACENAME)
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.network"; }
|
||||
|
||||
//! DBus interface name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -34,9 +34,6 @@ namespace BlackCore
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTOWNAIRCRAFT_INTERFACENAME)
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.ownaircraft"; }
|
||||
|
||||
//! DBus interface name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -45,9 +45,6 @@ namespace BlackCore
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.runtime"; }
|
||||
|
||||
//! Constructor
|
||||
CRuntime(const CRuntimeConfig &config, QObject *parent = nullptr);
|
||||
|
||||
|
||||
@@ -56,9 +56,6 @@ namespace BlackCore
|
||||
{}
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.settings"; }
|
||||
|
||||
//! Service name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -39,9 +39,6 @@ namespace BlackCore
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTSIMULATOR_INTERFACENAME)
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.context.simulator"; }
|
||||
|
||||
//! Service name
|
||||
static const QString &InterfaceName()
|
||||
{
|
||||
|
||||
@@ -64,11 +64,6 @@ namespace BlackCore
|
||||
*/
|
||||
virtual ~INetwork() {}
|
||||
|
||||
/*!
|
||||
* Log message category.
|
||||
*/
|
||||
static QString getMessageCategory() { return "swift.trafficNetwork"; }
|
||||
|
||||
/*!
|
||||
* Flags for capabilities bitfield.
|
||||
*/
|
||||
|
||||
@@ -25,9 +25,6 @@ namespace BlackCore
|
||||
Q_ENUMS(Status)
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.simulator"; }
|
||||
|
||||
//! ISimulator connection
|
||||
enum Status
|
||||
{
|
||||
|
||||
@@ -50,9 +50,6 @@ namespace BlackCore
|
||||
IVoice(QObject *parent = nullptr);
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.voice"; }
|
||||
|
||||
//! Virtual destructor.
|
||||
virtual ~IVoice() {}
|
||||
|
||||
|
||||
@@ -27,9 +27,6 @@ namespace BlackCore
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Log message category
|
||||
static QString getMessageCategory() { return "swift.voice.channel"; }
|
||||
|
||||
//! Com status
|
||||
enum ConnectionStatus
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user