Changeset 9349 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable_var
- Timestamp:
- Jul 20, 2006, 11:58:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_ip.cc
r9347 r9349 88 88 *this->vPtrOut = IP(host, port); 89 89 90 printf(" vtrp out old: %i, %i -- new: %i, %i\n", oldVal.host(), oldVal.port(), this->vPtrOut->host(), this->vPtrOut->port());90 printf(" %s old: %i, %i -- new: %i, %i\n", name.c_str(), oldVal.host(), oldVal.port(), this->vPtrOut->host(), this->vPtrOut->port()); 91 91 setHasChanged( *this->vPtrOut != oldVal); 92 92
Note: See TracChangeset
for help on using the changeset viewer.