Changeset 9338 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_ip.cc
- Timestamp:
- Jul 20, 2006, 12:03:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_ip.cc
r9334 r9338 88 88 *this->vPtrOut = IP(host, port); 89 89 90 printf(" vtrp out old: %i, %i -- new: %i, %i\n", oldIP.ip(), oldIP.port(), this->vPtrOut->ip(), this->vPtrOut->port()); 90 91 setHasChanged( *this->vPtrOut != oldIP); 91 92
Note: See TracChangeset
for help on using the changeset viewer.