mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #895, CPartsStatus(bool supportsParts)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2eef9288b9
commit
7427847bb4
@@ -168,8 +168,14 @@ namespace BlackMisc
|
||||
//! Reset to default values
|
||||
void reset();
|
||||
|
||||
//! Ctor
|
||||
CPartsStatus() {}
|
||||
|
||||
//! Ctor
|
||||
CPartsStatus(bool supportsParts) : m_supportsParts(supportsParts) {}
|
||||
|
||||
private:
|
||||
bool m_supportsParts = false; //!< supports parts for given callsign
|
||||
bool m_supportsParts = false; //!< supports parts for given callsign
|
||||
};
|
||||
|
||||
//! \cond PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user