Changeset 9334 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.cc
- Timestamp:
- Jul 19, 2006, 10:29:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.cc
r9308 r9334 50 50 this->connectionMonitor = NULL; 51 51 52 this->ip.host = 0; 53 this->ip.port = 0; 52 this->ip = IP(0,0); 54 53 } 55 54
Note: See TracChangeset
for help on using the changeset viewer.