Changeset 89 in ntrip
- Timestamp:
- Aug 31, 2006, 7:36:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r88 r89 34 34 bncGetThread::bncGetThread(const QUrl& mountPoint, const QByteArray& format) { 35 35 _mountPoint = mountPoint; 36 _staID = mountPoint.path().toAscii(); 36 _staID = mountPoint.path().mid(1).toAscii(); 37 38 cout << ">" << _staID.data() << "<" << endl; 37 39 _format = format; 40 cout << ">" << _format.data() << "<" << endl; 38 41 _socket = 0; 39 42 }
Note:
See TracChangeset
for help on using the changeset viewer.