Changeset 2883 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Jan 26, 2011, 11:37:43 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2881 r2883  
    262262  if (!antexFileName.isEmpty()) {
    263263    _antex = new bncAntex();
    264     _antex->readFile(antexFileName);
     264    if (_antex->readFile(antexFileName) != success) {
     265      emit newMessage("wrong ANTEX file", false);
     266    }
     267    delete _antex;
     268    _antex = 0;
    265269  }
    266270}
Note: See TracChangeset for help on using the changeset viewer.