Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2006, 2:49:23 PM (18 years ago)
Author:
rennerc
Message:

added some output so synchronizeable to find strange bug. did not help :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/synchronizeable.cc

    r7614 r7617  
    174174  for ( SyncVarList::iterator it = syncVarList.begin(); it != syncVarList.end(); it++ )
    175175  {
     176    PRINTF(0)("SIZE: %d\n", syncVarList.size());
    176177    if ( (*it)->getPriority() >= priorityTH || sizeIter == stateFrom->sizeList.end() )
    177178    {
Note: See TracChangeset for help on using the changeset viewer.