- Timestamp:
- Aug 6, 2009, 10:14:06 AM (16 years ago)
- Location:
- source/ariba/overlay/modules/chord
- Files:
- 
      - 2 edited
 
 - 
          
  Chord.cpp (modified) (1 diff)
- 
          
  detail/minimizer_table.hpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/overlay/modules/chord/Chord.cppr5721 r5732 468 468 if (it->ref_count == 0 && !it->info.isUnspecified()) { 469 469 logging_info("Dropping orphaned link " << it->info.toString() << " to " << it->id.toString()); 470 baseoverlay.dropLink(it->info); 471 it->info = LinkID::UNSPECIFIED; 470 table->insert(it->id); 471 if (it->ref_count==0) { 472 baseoverlay.dropLink(it->info); 473 it->info = LinkID::UNSPECIFIED; 474 } 472 475 } 473 476 } 
- 
      source/ariba/overlay/modules/chord/detail/minimizer_table.hppr5648 r5732 132 132 for (iterator i = super::begin(); i != super::end(); i++) 133 133 if (*i == value) { 134 listener.on_table( table_listener::remove, *this, i );134 // listener.on_table( table_listener::remove, *this, i ); 135 135 super::erase(i); 136 136 return true; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
