Changeset 9569 in orxonox.OLD for branches/proxy/src
- Timestamp:
 - Jul 28, 2006, 2:57:05 PM (19 years ago)
 - Location:
 - branches/proxy/src/lib/network/monitor
 - Files:
 - 
          
- 2 edited
 
- 
          network_stats_widget.cc (modified) (2 diffs)
 - 
          network_stats_widget.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9567 r9569 179 179 180 180 181 this->pack(&this->_masterBox); 182 this->pack(&this->_proxyBox); 181 this->pack(&this->_serverBox); 183 182 184 183 … … 214 213 } 215 214 215 216 void NetworkStatsWidget::addProxy(const std::string& name, const IP& proxy) 217 { 218 } 219 220 void clearProxies(); 221 222 216 223 void NetworkStatsWidget::rebuild() 217 224 { 225 while (!this->_proxies.empty()) 226 { 227 delete this->_proxies.back(); 228 this->_proxies.pop_back(); 229 } 230 231 218 232 219 233 }  - 
        
branches/proxy/src/lib/network/monitor/network_stats_widget.h
r9567 r9569 84 84 85 85 void addProxy(const std::string& name, const IP& proxy); 86 void clearProxies(); 86 87 87 88 void rebuild(); … … 108 109 OrxGui::GLGuiText _downstreamText; 109 110 110 OrxGui::GLGuiWidget _masterBox; 111 OrxGui::GLGuiBox _proxyBox; 111 OrxGui::GLGuiWidget _serverBox; 112 112 113 std::vector<HostWidget*> _connectedProxies;113 std::vector<HostWidget*> _proxies; 114 114 115 115  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






