Commented out cout statements that were not in the std namespace.
This commit is contained in:
parent
ee44d3042f
commit
bdca06f9ba
1 changed files with 2 additions and 2 deletions
|
@ -239,9 +239,9 @@ void FGExternalNet::init() {
|
||||||
|
|
||||||
sprintf( cmd, "/longitude-deg?value=%.8f", lon );
|
sprintf( cmd, "/longitude-deg?value=%.8f", lon );
|
||||||
new HTTPClient( fdm_host.c_str(), cmd_port, cmd );
|
new HTTPClient( fdm_host.c_str(), cmd_port, cmd );
|
||||||
cout << "before loop()" << endl;
|
// cout << "before loop()" << endl;
|
||||||
netChannel::loop(0);
|
netChannel::loop(0);
|
||||||
cout << "here" << endl;
|
// cout << "here" << endl;
|
||||||
|
|
||||||
sprintf( cmd, "/latitude-deg?value=%.8f", lat );
|
sprintf( cmd, "/latitude-deg?value=%.8f", lat );
|
||||||
new HTTPClient( fdm_host.c_str(), cmd_port, cmd );
|
new HTTPClient( fdm_host.c_str(), cmd_port, cmd );
|
||||||
|
|
Loading…
Reference in a new issue