~jtaylor/ubuntu/oneiric/flightgear/fix-749249

« back to all changes in this revision

Viewing changes to src/Instrumentation/adf.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-11-26 12:31:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126123123-dhs3dijy6nd257up
Tags: 0.9.8-3ubuntu1
adapt gl/glu dependencies for Xorg

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
public:
52
52
 
 
53
    ADF ( SGPropertyNode *node );
53
54
    ADF ();
54
55
    virtual ~ADF ();
55
56
 
94
95
    int _ident_count;
95
96
    time_t _last_ident_time;
96
97
    double _last_volume;
 
98
 
 
99
    string name;
 
100
    int num;
 
101
    string adf_ident;
97
102
};
98
103
 
99
104