Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 2:57:05 PM (18 years ago)
Author:
bensch
Message:

more gui work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_stats_widget.h

    r9567 r9569  
    8484
    8585    void addProxy(const std::string& name, const IP& proxy);
     86    void clearProxies();
    8687
    8788    void rebuild();
     
    108109    OrxGui::GLGuiText      _downstreamText;
    109110
    110     OrxGui::GLGuiWidget    _masterBox;
    111     OrxGui::GLGuiBox       _proxyBox;
     111    OrxGui::GLGuiWidget    _serverBox;
    112112
    113     std::vector<HostWidget*>_connectedProxies;
     113    std::vector<HostWidget*> _proxies;
    114114
    115115
Note: See TracChangeset for help on using the changeset viewer.