Ignore:
Timestamp:
Sep 12, 2013, 5:25:18 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.h

    r5422 r5427  
    2121  ~t_map_stations();
    2222
    23  public slots:
    24   void slotNewThriftResult(t_thriftResult*);
     23  void putThriftResults(std::vector<t_thriftResult*>* results);
    2524
    2625 private slots:
     
    2827
    2928 private:
    30   t_worldPlot*    _plot;
    31   t_thriftClient* _thriftClient;
     29  t_worldPlot*                  _plot;
     30  t_thriftClient*               _thriftClient;
     31  std::vector<t_thriftResult*>* _results;
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.