Ignore:
Timestamp:
Sep 14, 2013, 3:28:51 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5447 r5452  
    2020// Constructor
    2121//////////////////////////////////////////////////////////////////////////////
    22 t_thriftClient::t_thriftClient(t_monitor* parent) {
     22t_thriftClient::t_thriftClient(t_monitor* parent, const QString& host, int port) {
    2323  _stop   = false;
    2424  _parent = parent;
     25  _host   = host.toAscii().data();
     26  _port   = port;
    2527}
    2628
Note: See TracChangeset for help on using the changeset viewer.