Changeset 829 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Apr 15, 2008, 10:24:31 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r828 r829  
    7474    }
    7575  }
     76
     77  openCaster();
    7678}
    7779
     
    216218    if (_clkSocket && _clkSocket->state() == QAbstractSocket::ConnectedState) {
    217219      if ( _clkSocket->canReadLine()) {
    218         if (_outSocket == 0) {
    219           openCaster();
    220         }
    221220        readEpoch();
    222221      }
Note: See TracChangeset for help on using the changeset viewer.