mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #341 Remove m_callbackWrapper from CFs9Client
Is already implemented in base class.
This commit is contained in:
@@ -26,8 +26,7 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
CFs9Client::CFs9Client(const QString &callsign, const CTime &updateInterval, QObject *parent) :
|
CFs9Client::CFs9Client(const QString &callsign, const CTime &updateInterval, QObject *parent) :
|
||||||
CDirectPlayPeer(callsign, parent),
|
CDirectPlayPeer(callsign, parent),
|
||||||
m_updateInterval(updateInterval),
|
m_updateInterval(updateInterval)
|
||||||
m_callbackWrapper(this, &CFs9Client::directPlayMessageHandler)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -97,10 +97,6 @@ namespace BlackSimPlugin
|
|||||||
QMutex m_mutexInterpolator;
|
QMutex m_mutexInterpolator;
|
||||||
IDirectPlay8Address *m_hostAddress = nullptr;
|
IDirectPlay8Address *m_hostAddress = nullptr;
|
||||||
ClientStatus m_clientStatus = Disconnected;
|
ClientStatus m_clientStatus = Disconnected;
|
||||||
|
|
||||||
typedef CallbackWrapper<CFs9Client, HRESULT, DWORD, void *> TCallbackWrapper;
|
|
||||||
TCallbackWrapper m_callbackWrapper;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user