Changeset 5717 in ntrip


Ignore:
Timestamp:
Jul 31, 2014, 12:22:31 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5716 r5717  
    4040 * -----------------------------------------------------------------------*/
    4141
     42#include <iostream>
     43
    4244#include "pppMain.h"
    4345#include "bncsettings.h"
     
    5961//////////////////////////////////////////////////////////////////////////////
    6062void t_pppMain::start() {
     63  cout << "t_pppMain::start" << endl;
    6164  readOptions();
    6265}
     
    6568//////////////////////////////////////////////////////////////////////////////
    6669void t_pppMain::stop() {
     70  cout << "t_pppMain::stop" << endl;
    6771}
    6872
Note: See TracChangeset for help on using the changeset viewer.