Changeset 9550 in orxonox.OLD
- Timestamp:
- Jul 28, 2006, 11:44:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9547 r9550 147 147 */ 148 148 NetworkStatsWidget::NetworkStatsWidget(const NetworkMonitor* monitor) 149 : GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical),_thisHost("myName", IP(127, 0, 0 , 1))149 : /*GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical), */_thisHost("myName", IP(127, 0, 0 , 1)) 150 150 { 151 151 this->_monitor = monitor;
Note: See TracChangeset
for help on using the changeset viewer.