Changeset 9552 in orxonox.OLD
- Timestamp:
- Jul 28, 2006, 11:52:57 AM (18 years ago)
- Location:
- branches/proxy/src/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/BuildLibs.am
r8368 r9552 22 22 $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \ 23 23 $(LIB_PREFIX)/physics/libORXphysics.a \ 24 $(LIB_PREFIX)/gui/gl/libORXglgui.a \ 24 25 $(LIB_PREFIX)/shell/libORXshell.a \ 25 26 $(LIB_PREFIX)/math/libORXmath.a \ -
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9550 r9552 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; -
branches/proxy/src/lib/network/monitor/network_stats_widget.h
r9549 r9552 70 70 71 71 //! A class to display network Statistics. 72 class NetworkStatsWidget : public OrxGui::GLGui Box72 class NetworkStatsWidget : public OrxGui::GLGuiFixedpositionBox 73 73 { 74 74 public:
Note: See TracChangeset
for help on using the changeset viewer.