Changeset 9360 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable_var
- Timestamp:
- Jul 20, 2006, 3:49:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_ip.cc
r9349 r9360 51 51 n += res; 52 52 53 53 54 res = Converter::intToByteArray( (int)vPtrIn->port(), buf, maxLength); 54 55 assert(res > 0); … … 89 90 90 91 printf(" %s old: %i, %i -- new: %i, %i\n", name.c_str(), oldVal.host(), oldVal.port(), this->vPtrOut->host(), this->vPtrOut->port()); 91 setHasChanged( *this->vPtrOut != oldVal);92 this->setHasChanged( *this->vPtrOut != oldVal); 92 93 93 assert( n == 2 * INTSIZE);94 // assert( n == 2 * INTSIZE); 94 95 95 96 return n;
Note: See TracChangeset
for help on using the changeset viewer.