Changeset 9742 in ntrip for trunk/BNC/src/upload/bncuploadcaster.cpp
- Timestamp:
- May 31, 2022, 4:43:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.