Changeset 831 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r830 r831  
    167167    delete _outSocket;
    168168    _outSocket = 0;
     169    slotMessage("bns::openCaster socket deleted");
     170  }
     171  else {
     172    slotMessage("bns::openCaster socket OK");
    169173  }
    170174}
     
    301305  if (_outSocket) {
    302306    _outSocket->write(line.toAscii());
    303   }
    304 }
     307    _outSocket->flush();
     308  }
     309}
Note: See TracChangeset for help on using the changeset viewer.