Changeset 7085 in ntrip


Ignore:
Timestamp:
Jul 17, 2015, 6:12:30 PM (9 years ago)
Author:
stuerze
Message:

delete name from signal argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.h

    r7055 r7085  
    2626 signals:
    2727  void newMessage(QByteArray msg, bool showOnScreen);
    28   void newClkCorrections(QList<t_clkCorr> clkCorrections);
    29   void newOrbCorrections(QList<t_orbCorr> orbCorrections);
     28  void newOrbCorrections(QList<t_orbCorr>);
     29  void newClkCorrections(QList<t_clkCorr>);
    3030
    3131 private:
Note: See TracChangeset for help on using the changeset viewer.