Minor formatting changes
This commit is contained in:
parent
62854c99a6
commit
ea0751eaa2
1 changed files with 7 additions and 12 deletions
|
@ -34,8 +34,6 @@ SG_USING_STD(string);
|
||||||
#include STL_IOSTREAM
|
#include STL_IOSTREAM
|
||||||
SG_USING_STD(cout);
|
SG_USING_STD(cout);
|
||||||
|
|
||||||
//#include <simgear/debug/logstream.hxx>
|
|
||||||
//#include <simgear/misc/sgstream.hxx>
|
|
||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
|
|
||||||
#ifdef FG_WEATHERCM
|
#ifdef FG_WEATHERCM
|
||||||
|
@ -51,26 +49,23 @@ SG_USING_STD(cout);
|
||||||
|
|
||||||
#include "atis.hxx"
|
#include "atis.hxx"
|
||||||
#include "commlist.hxx"
|
#include "commlist.hxx"
|
||||||
//#include "atislist.hxx"
|
|
||||||
#include "ATCdisplay.hxx"
|
#include "ATCdisplay.hxx"
|
||||||
#include "ATCutils.hxx"
|
#include "ATCutils.hxx"
|
||||||
#include "ATCmgr.hxx"
|
#include "ATCmgr.hxx"
|
||||||
|
|
||||||
// Constructor
|
|
||||||
FGATIS::FGATIS() :
|
FGATIS::FGATIS() :
|
||||||
display(false),
|
display(false),
|
||||||
displaying(false),
|
displaying(false),
|
||||||
transmission(""),
|
transmission(""),
|
||||||
trans_ident(""),
|
trans_ident(""),
|
||||||
atis_failed(false),
|
atis_failed(false),
|
||||||
refname("atis")
|
refname("atis")
|
||||||
//type(ATIS)
|
//type(ATIS)
|
||||||
{
|
{
|
||||||
vPtr = globals->get_ATC_mgr()->GetVoicePointer(ATIS);
|
vPtr = globals->get_ATC_mgr()->GetVoicePointer(ATIS);
|
||||||
voiceOK = (vPtr == NULL ? false : true);
|
voiceOK = (vPtr == NULL ? false : true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Destructor
|
|
||||||
FGATIS::~FGATIS() {
|
FGATIS::~FGATIS() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue