Bug 734

Summary: The uptodate and changed fields collide somewhat
Product: Direct Objects Reporter: Werner Van Belle <werner>
Component: SpeedAssignee: Werner Van Belle <werner>
Status: ASSIGNED ---    
Severity: normal    
Priority: P1    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description Werner Van Belle 2011-01-07 15:15:19 CET
If we changed something it is clearly uptodate
So we only have three states
a- changed (then it is also uptodate)
b- uptodate (then it has not been changed yet)
c- neither (it is neither uptodate nor changed)

Bitfields might be a very reasonable solution so that a changed flag always set the uptodate flag as well.