Changeset 2419 for code/branches/presentation/src/network/synchronisable
- Timestamp:
- Dec 12, 2008, 11:47:11 AM (16 years ago)
- Location:
- code/branches/presentation/src/network/synchronisable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/network/synchronisable/Synchronisable.cc
r2417 r2419 354 354 //assert( (mode ^ objectMode_) != 0); 355 355 if(syncList.empty()){ 356 assert(0); 356 357 COUT(4) << "Synchronisable::updateData syncList is empty" << std::endl; 357 358 return false; -
code/branches/presentation/src/network/synchronisable/Synchronisable.h
r2415 r2419 64 64 namespace priority{ 65 65 enum prio{ 66 very_high = - 30,66 very_high = -100, 67 67 high = -15, 68 68 normal = 0, 69 69 low = 15, 70 very_low = 3070 very_low = 100 71 71 }; 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.