Changeset 9435 in orxonox.OLD
- Timestamp:
- Jul 24, 2006, 4:45:01 PM (18 years ago)
- Location:
- branches/proxy/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9432 r9435 27 27 inline bool isClient() const { return this->nodeType == NET_CLIENT; } 28 28 29 inline const ConnectionMonitor * const getConnectionMonitor() const { return this->connectionMonitor; };30 31 32 29 std::string getNodeTypeString(); 33 30 -
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 /** -
branches/proxy/src/util/network_stats_widget.h
r9431 r9435 75 75 { 76 76 public: 77 static void gui(); 78 79 public: 77 80 NetworkStatsWidget(); 78 81 virtual ~NetworkStatsWidget();
Note: See TracChangeset
for help on using the changeset viewer.