mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #246 renamed host to server to avoid ambiguity
This commit is contained in:
@@ -481,9 +481,9 @@ void Client::freqReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, c
|
||||
std::cout << "FREQ_REPLY " << callsign << " " << freq << std::endl;
|
||||
}
|
||||
|
||||
void Client::serverReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &hostname)
|
||||
void Client::serverReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &server)
|
||||
{
|
||||
std::cout << "SERVER_REPLY " << callsign << " " << hostname.toStdString() << std::endl;
|
||||
std::cout << "SERVER_REPLY " << callsign << " " << server.toStdString() << std::endl;
|
||||
}
|
||||
|
||||
void Client::atcReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, bool isATC)
|
||||
|
||||
Reference in New Issue
Block a user