Changeset 936 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.h


Ignore:
Timestamp:
Jun 8, 2008, 5:40:11 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3coDecoder.h

    r935 r936  
    4444  virtual t_irc Decode(char* buffer = 0, int bufLen = 0);
    4545
    46  private slots:
    47   void slotNewConnection();
     46 signals:
     47  void newCorrLine(QString line);
    4848
    4949 private:
     
    5858  ClockOrbit          _co;
    5959  Bias                _bias;
    60   QTcpServer*         _server;
    61   QList<QTcpSocket*>* _sockets;
    6260};
    6361
Note: See TracChangeset for help on using the changeset viewer.