Changeset 5467 in ntrip for trunk/GnssCenter/monitor


Ignore:
Timestamp:
Sep 15, 2013, 11:08:33 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/thriftclient.cpp

    r5452 r5467  
    3636void t_thriftClient::run() {
    3737
    38   string host = "rtnet.rtcm-ntrip.org";
    39   int    port = 7777;
    40 
    41   shared_ptr<TSocket>     socket(new TSocket(host, port));
     38  shared_ptr<TSocket>     socket(new TSocket(_host, _port));
    4239  shared_ptr<TTransport>  transport(new TBufferedTransport(socket));
    4340  shared_ptr<TProtocol>   protocol(new TBinaryProtocol(transport));
Note: See TracChangeset for help on using the changeset viewer.