Index: trunk/GnssCenter/monitor/thriftclient.cpp
===================================================================
--- trunk/GnssCenter/monitor/thriftclient.cpp	(revision 5466)
+++ trunk/GnssCenter/monitor/thriftclient.cpp	(revision 5467)
@@ -36,8 +36,5 @@
 void t_thriftClient::run() {
 
-  string host = "rtnet.rtcm-ntrip.org";
-  int    port = 7777;
-
-  shared_ptr<TSocket>     socket(new TSocket(host, port));
+  shared_ptr<TSocket>     socket(new TSocket(_host, _port));
   shared_ptr<TTransport>  transport(new TBufferedTransport(socket)); 
   shared_ptr<TProtocol>   protocol(new TBinaryProtocol(transport));
