mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +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) :
|
||||
CDirectPlayPeer(callsign, parent),
|
||||
m_updateInterval(updateInterval),
|
||||
m_callbackWrapper(this, &CFs9Client::directPlayMessageHandler)
|
||||
m_updateInterval(updateInterval)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -97,10 +97,6 @@ namespace BlackSimPlugin
|
||||
QMutex m_mutexInterpolator;
|
||||
IDirectPlay8Address *m_hostAddress = nullptr;
|
||||
ClientStatus m_clientStatus = Disconnected;
|
||||
|
||||
typedef CallbackWrapper<CFs9Client, HRESULT, DWORD, void *> TCallbackWrapper;
|
||||
TCallbackWrapper m_callbackWrapper;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user