Changeset 1222 in ntrip for trunk/BNC/bnccaster.h


Ignore:
Timestamp:
Nov 22, 2008, 2:09:45 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r1182 r1222  
    5454 private slots:
    5555   void slotNewConnection();
     56   void slotNewUConnection();
    5657   void slotGetThreadError(QByteArray staID);
    5758
     
    6667   long                    _lastDumpSec;
    6768   QTcpServer*             _server;
     69   QTcpServer*             _uServer;
    6870   QList<QTcpSocket*>*     _sockets;
     71   QList<QTcpSocket*>*     _uSockets;
    6972   QList<QByteArray>       _staIDs;
    7073   QList<bncGetThread*>    _threads;
Note: See TracChangeset for help on using the changeset viewer.