Ignore:
Timestamp:
Sep 13, 2013, 10:46:18 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5431 r5446  
    66
    77#include "thriftclient.h"
    8 #include "map_stations.h"
     8#include "monitor.h"
    99
    1010using namespace apache::thrift;
     
    1818// Constructor
    1919//////////////////////////////////////////////////////////////////////////////
    20 t_thriftClient::t_thriftClient(GnssCenter::t_map_stations* parent) {
     20t_thriftClient::t_thriftClient(GnssCenter::t_monitor* parent) {
    2121  _stop   = false;
    2222  _parent = parent;
     
    6666// Constructor
    6767//////////////////////////////////////////////////////////////////////////////
    68 t_thriftHandler::t_thriftHandler(GnssCenter::t_map_stations* parent) {
     68t_thriftHandler::t_thriftHandler(GnssCenter::t_monitor* parent) {
    6969  _parent = parent;
    7070}
Note: See TracChangeset for help on using the changeset viewer.