Changeset 9435 in orxonox.OLD for branches/proxy/src/util/network_stats_widget.cc
- Timestamp:
- Jul 24, 2006, 4:45:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/network_stats_widget.cc
r9406 r9435 20 20 #include "multi_type.h" 21 21 22 #include "shell_command.h" 23 //#include "network_monitor.h" 24 22 25 namespace OrxGui 23 26 { 27 SHELL_COMMAND(gui, NetworkStatsWidget, gui); 28 29 24 30 HostWidget::HostWidget(const std::string& name, const IP& ip) 25 31 : GLGuiBox(Horizontal) … … 139 145 140 146 147 void NetworkStatsWidget::gui() 148 { 149 printf("YEAH\n"); 150 } 151 141 152 142 153 /**
Note: See TracChangeset
for help on using the changeset viewer.