Ref T231, Ref T236, Ref T238 made command parsing function mandatory for contexts

* we can send commands to any context
* to send to all contexts use the facade
* application relays to facade
This commit is contained in:
Klaus Basan
2018-01-28 04:46:52 +01:00
parent ebd916f6d8
commit bdda413386
7 changed files with 18 additions and 13 deletions

View File

@@ -245,9 +245,6 @@ namespace BlackCore
//! Load flight plan (from network)
virtual BlackMisc::Aviation::CFlightPlan loadFlightPlanFromNetwork(const BlackMisc::Aviation::CCallsign &callsign) const = 0;
//! Command line was entered
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) = 0;
//! Use the selected COM1/2 frequencies, and get the corresponding voice room for it
virtual BlackMisc::Audio::CVoiceRoomList getSelectedVoiceRooms() const = 0;