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)
|
||||
|
||||
@@ -96,7 +96,7 @@ public slots: //to receive from INetwork
|
||||
const QString &errorMessage);
|
||||
void ipReplyReceived(const QString &ip);
|
||||
void freqReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::PhysicalQuantities::CFrequency &freq);
|
||||
void serverReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &hostname);
|
||||
void serverReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &server);
|
||||
void atcReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, bool isATC);
|
||||
void atisReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::Aviation::CInformationMessage &atis);
|
||||
void realNameReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &realname);
|
||||
|
||||
Reference in New Issue
Block a user