~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/Airports/apt_loader.hxx

  • Committer: Package Import Robot
  • Author(s): Ove Kaaven
  • Date: 2011-09-03 22:16:12 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110903221612-2cjy0z7ztj5nkln5
Tags: 2.4.0-1
* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
  building with optimizations fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <string>
31
31
 
32
 
// forward decls
33
 
class FGCommList;
34
 
 
35
32
// Load the airport data base from the specified aptdb file.  The
36
33
// metar file is used to mark the airports as having metar available
37
34
// or not.
 
35
 
38
36
bool fgAirportDBLoad( const std::string &aptdb_file, 
39
 
        FGCommList *comm_list, const std::string &metar_file );
40
 
 
 
37
        const std::string &metar_file );
41
38
 
42
39
#endif // _FG_APT_LOADER_HXX