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


Ignore:
Timestamp:
Aug 4, 2014, 9:09:00 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5763 r5769  
    9696//////////////////////////////////////////////////////////////////////////////
    9797t_pppClient::~t_pppClient() {
    98   cout << "~t_pppClient" << endl;
    9998  delete _log;
    10099  delete _opt;
     
    110109//////////////////////////////////////////////////////////////////////////////
    111110void t_pppClient::putGPSEphemeris(const t_ephGPS* eph) {
    112   cout << "t_pppClient::putGPSEphemeris " << PPP_CLIENT << endl;
    113111  _ephPool->putEphemeris(new t_ephGPS(*eph));
    114112}
     
    118116void t_pppClient::putGloEphemeris(const t_ephGlo* eph) {
    119117  _ephPool->putEphemeris(new t_ephGlo(*eph));
     118}
     119
     120//
     121//////////////////////////////////////////////////////////////////////////////
     122void t_pppClient::putGalEphemeris(const t_ephGal* eph) {
     123  _ephPool->putEphemeris(new t_ephGal(*eph));
    120124}
    121125
Note: See TracChangeset for help on using the changeset viewer.