Changeset 9301 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 17, 2006, 10:25:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9300 r9301 53 53 54 54 // assuming that the config files are already read we get the proxy servers 55 std::vector<IPaddress*>* proxyList = &ProxySettings::getInstance()->getProxyList();55 std::vector<IPaddress*>* proxyList = ProxySettings::getInstance()->getProxyList(); 56 56 std::vector<IPaddress*>::iterator it = proxyList->begin(); 57 57 // create a peer info class and a network node class for each new proxy and add them to the passive list
Note: See TracChangeset
for help on using the changeset viewer.