Changeset 437 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Apr 2, 2007, 10:55:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r436 r437 512 512 if (!_rnxScriptName.isEmpty()) { 513 513 514 cout << "BEG "515 << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()516 << _statID.data() << endl;514 // cout << "BEG " 515 // << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data() 516 // << _statID.data() << endl; 517 517 518 518 #ifdef WIN32 … … 522 522 #endif 523 523 524 cout << "END "525 << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()526 << _statID.data() << endl;527 528 } 529 } 524 // cout << "END " 525 // << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data() 526 // << _statID.data() << endl; 527 528 } 529 }
Note:
See TracChangeset
for help on using the changeset viewer.