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


Ignore:
Timestamp:
Jan 24, 2012, 11:44:54 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.h

    r3629 r3642  
    2929#include "bncconst.h"
    3030
    31 class t_postInput {
    32  public:
    33   QString    obsFileName;
    34   QString    navFileName;
    35   QString    corrFileName;
    36 };
     31class t_pppOpt;
    3732
    3833class t_postProcessing : public QThread {
     
    5348 
    5449 private:
    55   t_postInput _input;
     50  t_pppOpt* _opt;
    5651};
    5752
Note: See TracChangeset for help on using the changeset viewer.