Changeset 2079 for box/trunk/bin/bbstored/BackupContext.cpp
- Timestamp:
- 31/01/2008 23:42:46 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/BackupContext.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/BackupContext.cpp
r1267 r2079 278 278 { 279 279 // Looks good... return the cached object 280 BOX_TRACE("Returning object " << 281 BOX_FORMAT_OBJECTID(ObjectID) << 282 " from cache, modtime = " << revID); 280 283 return *(item->second); 281 284 } 282 285 286 BOX_TRACE("Refreshing object " << 287 BOX_FORMAT_OBJECTID(ObjectID) << 288 " in cache, modtime changed from " << 289 item->second->GetRevisionID() << " to " << revID); 290 283 291 // Delete this cached object 284 292 delete item->second;
Note: See TracChangeset
for help on using the changeset viewer.
