- Timestamp:
- May 24, 2018, 1:19:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8313 r8361 35 35 bncUploadCaster(mountpoint, outHost, outPort, ntripVersion, userName, password, iRow, 0) { 36 36 37 38 if (!mountpoint.isEmpty()) { 39 _casterID += mountpoint; 40 } 37 41 if (!outHost.isEmpty()) { 38 _casterID += outHost; 42 _casterID += " " + outHost; 43 if (outPort) { 44 _casterID += ":" + QString("%1").arg(outPort, 10); 45 } 39 46 } 40 47 if (!crdTrafo.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.