Changeset 3646 in ntrip for trunk/BNC/bncpostprocess.h


Ignore:
Timestamp:
Jan 24, 2012, 12:38:25 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.h

    r3644 r3646  
    3434class t_pppOpt;
    3535class bncPPPclient;
     36class t_rnxObsFile;
     37class t_rnxNavFile;
    3638
    3739class t_postProcessing : public QThread {
     
    6163  t_pppOpt*     _opt;
    6264  bncPPPclient* _pppClient;
     65  t_rnxObsFile* _rnxObsFile;
     66  t_rnxNavFile* _rnxNavFile;
    6367};
    6468
Note: See TracChangeset for help on using the changeset viewer.