- Timestamp:
- Jul 31, 2006, 11:27:14 AM (18 years ago)
- Location:
- branches/proxy/src/lib/network/monitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9644 r9645 238 238 { 239 239 this->_proxies.push_back(new NodeWidget(node)); 240 this-> pack(this->_proxies.back());240 this->_serverBox.pack(this->_proxies.back()); 241 241 this->_proxies.back()->show(); 242 242 } -
branches/proxy/src/lib/network/monitor/network_stats_widget.h
r9644 r9645 121 121 OrxGui::GLGuiText _downstreamText; 122 122 123 OrxGui::GLGui Widget_serverBox;123 OrxGui::GLGuiBox _serverBox; 124 124 125 125 std::vector<NodeWidget*> _proxies;
Note: See TracChangeset
for help on using the changeset viewer.