mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #849, network context
* formatting * made some functions protected instead public
This commit is contained in:
committed by
Mathew Sutcliffe
parent
44d7e3cca9
commit
194b2fd9ba
@@ -29,8 +29,7 @@ namespace BlackCore
|
||||
//! Constructor
|
||||
CContextNetworkEmpty(CCoreFacade *runtime) : IContextNetwork(CCoreFacadeConfig::NotUsed, runtime) {}
|
||||
|
||||
public slots: // IContextNetwork overrides
|
||||
|
||||
public slots:
|
||||
//! \copydoc IContextNetwork::requestAtcBookingsUpdate()
|
||||
virtual void requestAtcBookingsUpdate() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user