Changeset 9742 in ntrip for trunk/BNC/src
- Timestamp:
- May 31, 2022, 4:43:50 PM (3 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncnetqueryv2.cpp
r9739 r9742 238 238 msg += err.errorString(); 239 239 } 240 BNC_CORE->slotMessage(msg.toLatin1(), true);241 240 242 241 if (_sslIgnoreErrors) { … … 245 244 } 246 245 else { 246 BNC_CORE->slotMessage(msg.toLatin1(), true); 247 247 stop(); 248 248 } -
trunk/BNC/src/upload/bncuploadcaster.cpp
r9741 r9742 338 338 void bncUploadCaster::slotSslSocketConnectionClosed() { 339 339 disconnect(_outSocket, SIGNAL(disconnected()), this, SLOT(slotSslSocketConnectionClosed())); 340 emit(newMessage("slotSslSocketConnectionClosed", true));341 340 if (_outSocket) { 342 341 delete _outSocket;
Note:
See TracChangeset
for help on using the changeset viewer.