timoore
|
32e9505eed
|
Clean up header file use of iostream and "using" declarations
Replace include <iostream> with istream, ostream and/or iosfwd as
appropriate.
Remove using namespace std and using std::foo from header files.
|
2008-06-02 21:09:51 +00:00 |
|
timoore
|
a251fd35cb
|
Include <iostream> and using declarations as needed.
SimGear no longer includes iostream and avoids using declarations in
header files, so various fixups are needed.
|
2008-06-02 21:07:35 +00:00 |
|
durk
|
aacebaf4b8
|
Merging David Luff's AI/ATC code with AIModels. Part 1:
- Move Dave's original code to a new directory (ATCDCL) so we can recycle
the original ATC directory for generic ATC functions.
|
2008-05-12 10:07:41 +00:00 |
|