Changeset 9331 in orxonox.OLD for branches/proxy/src/util
- Timestamp:
- Jul 18, 2006, 8:08:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/network_stats_widget.h
r9330 r9331 27 27 void setUpstream(unsigned int upstream); 28 28 void setDownstream(unsigned int upstream); 29 void setIP(const IP& ip); 30 31 32 33 //void rebuildConnectedHosts(std::vector<hosts> hosts); 29 34 30 35 void setMaximum(float max); 31 36 void setValue(float value); 32 33 34 //void rebuildConnectedHosts(std::vector<hosts> hosts);35 37 36 38 protected:
Note: See TracChangeset
for help on using the changeset viewer.