Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 3:49:57 PM (18 years ago)
Author:
patrick
Message:

network ip synchronization work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/synchronizeable_var/synchronizeable_ip.cc

    r9349 r9360  
    5151  n += res;
    5252
     53
    5354  res = Converter::intToByteArray( (int)vPtrIn->port(), buf, maxLength);
    5455  assert(res > 0);
     
    8990
    9091  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);
    9293
    93   assert( n == 2 * INTSIZE);
     94//   assert( n == 2 * INTSIZE);
    9495
    9596  return n;
Note: See TracChangeset for help on using the changeset viewer.