Changeset 5763 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Aug 4, 2014, 8:41:20 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r5761 r5763  
    371371  station->setDClk(xyzc[3]);
    372372
    373   // US Restriction
    374   // --------------
    375   station->checkRestriction(time);
    376 
    377373  // Tides
    378374  // -----
     
    445441    return finish(failure);
    446442  }
    447   catch (string& msg) {
    448     LOG << "Exception: " << msg << endl;
    449     return finish(failure);
    450   }
    451   catch (logic_error exc) {
    452     LOG << exc.what() << endl;
    453     return finish(failure);
    454   }
    455   catch (const char* msg) {
    456     LOG << msg << endl;
     443  catch (pppExcept msg) {
     444    LOG << msg.what() << endl;
    457445    return finish(failure);
    458446  }
Note: See TracChangeset for help on using the changeset viewer.