Changeset 5649 in ntrip


Ignore:
Timestamp:
Feb 23, 2014, 7:42:38 PM (10 years ago)
Author:
weber
Message:

Comment lines edited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.cpp

    r5648 r5649  
    130130#endif
    131131
    132   // Miscellaneous output port  // Georg
     132  // Miscellaneous output port
    133133  // -------------------------
    134134  _miscMount = settings.value("miscMount").toString();
     
    601601}
    602602
    603 // Output into the Miscellaneous socket // Georg
     603// Output into the Miscellaneous socket
    604604////////////////////////////////////////////////////////////////////////////
    605605void bncCaster::slotNewRawData(QByteArray staID, QByteArray data) {
     
    610610      if (sock->state() == QAbstractSocket::ConnectedState) {
    611611        sock->write(data);
    612 //        if (myMiscWrite(sock, data, nBytes) != nBytes) {
    613 //          delete sock;
    614 //          is.remove();
    615 //        }       
    616612      }       
    617613      else if (sock->state() != QAbstractSocket::ConnectingState) {
     
    623619}
    624620
    625 // New Connection // Georg
     621// New Connection
    626622////////////////////////////////////////////////////////////////////////////
    627623void bncCaster::slotNewMiscConnection() {
Note: See TracChangeset for help on using the changeset viewer.